Maximilian Bosch
6d6cbd316d
pythonmagick: fix build ( #46469 )
...
The original build broke with the following linker issue:
```
CXXLD _PythonMagick.la
/nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/ld: cannot find -l-L/nix/store/4gh6ynzsd5ndx37hmkl62xa8z30k43y1-imagemagick-6.9.9-34/lib
collect2: error: ld returned 1 exit status
```
This happens since `BOOST_PYTHON_LIB` wasn't set properly, however
`_PythonMagick.la` was linked with `-l$(BOOST_PYTHON_LIB)
$(MAGICK_LIBS)`. With an empty `BOOST_PYTHON_LIB` the linker got
confused.
To work around this, the `boost` library directory needs to be specified
explicitly. To ensure that the changes take effect, the original
`configure` script shipped with `$src` needs to be removed and recreated
using the `autoreconfHook`.
Additionally the `imagemagick` license (https://spdx.org/licenses/ImageMagick.html )
needs to be added to `lib/licenses.nix` to document the proper license
of `pythonmagick` in the meta section.
2018-09-10 11:59:51 +02:00
Toon Nolten
a2bb5d6917
ranger: 1.9.1 -> 1.9.2 ( #46454 )
...
* ranger: 1.9.1 -> 1.9.2
* Change maintainer attribute name to match usage
2018-09-10 11:48:49 +02:00
xeji
868f2561b5
Merge pull request #46456 from samueldr/auto/dbeaver/nixpkgs-unstable/5.2.0
...
dbeaver: 5.1.6 -> 5.2.0
2018-09-10 08:20:07 +02:00
Will Dietz
8fc2799e02
qemu: port musl patch to new version ( #46449 )
2018-09-10 08:14:37 +02:00
Vladyslav M
b7c0e40796
rclone: 1.43 -> 1.43.1 ( #46448 )
2018-09-10 08:13:30 +02:00
R. RyanTM
f188e90ba1
qmmp: 1.2.2 -> 1.2.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
qmmp
2018-09-10 08:01:14 +02:00
Andrew Childs
bbf37b8c45
emacs: allow X and cli-only builds on Darwin
2018-09-10 12:20:23 +09:00
Orivej Desh
78bc2f9800
aseprite-unfree: 1.2.4 -> 1.2.9
2018-09-10 03:01:36 +00:00
Samuel Dionne-Riel
cf3795a25e
dbeaver: 5.1.6 -> 5.2.0
2018-09-09 20:34:47 -04:00
worldofpeace
7d7086cc1d
aesop: init at 1.0.5
2018-09-09 18:34:32 -04:00
worldofpeace
805dd4534d
vocal: init at 2.2.0
2018-09-09 18:34:32 -04:00
worldofpeace
5a9d853d22
meteo: init at 0.8.5
2018-09-09 18:34:32 -04:00
worldofpeace
3865974177
taxi: init at 0.0.1
2018-09-09 18:34:31 -04:00
worldofpeace
59821548f0
notejot: init at 1.4.5
2018-09-09 18:34:31 -04:00
worldofpeace
0f760506be
quilter: init at 1.6.3
2018-09-09 18:34:30 -04:00
worldofpeace
2785958760
bookworm: init at 1.0.0
2018-09-09 17:22:38 -04:00
Elis Hirwing
b47c5870f4
nano: 2.9.8 -> 3.0
...
Changelog: http://lists.gnu.org/archive/html/info-nano/2018-09/msg00000.html
Also updated the nix highlighting for nano
2018-09-09 23:16:07 +02:00
Franz Pletz
ff8fc5c46c
nheko: 0.4.3 -> 0.5.5
2018-09-09 22:16:51 +02:00
Bob van der Linden
8a53488904
opentracker: 2016-10-02 -> 2018-05-26
2018-09-09 20:39:17 +02:00
Jörg Thalheim
c2871fcca5
Merge pull request #46386 from etu/update-sequeler
...
sequeler: 0.6.0 -> 0.6.1
2018-09-09 15:03:11 +01:00
Jörg Thalheim
ae1dee3da8
Merge pull request #46395 from etu/update-testssl
...
testssl: 2.9.5-5 -> 2.9.5-6
2018-09-09 15:02:44 +01:00
Daiderd Jordan
4e282e295f
altcoins.btc1: fix darwin build ( #46398 )
...
Only hexdump was needed from utillinux which is also available on darwin
through the unixtools meta package.
2018-09-09 14:54:16 +02:00
Daniël de Kok
bbcf5eb130
cgit: use full path of groff in man2html
...
groff may not be installed system-wide or may be outside cgit's path
(e.g. when running cgit using uwsgi). As a result, the man2html filter
fails. Replace groff by its full path in man2html.
2018-09-09 14:37:30 +02:00
aszlig
7bda775331
imv: Include i686-linux in platforms attribute
...
The package builds and works fine on i686-linux, so there is no need to
fail evaluation on those systems.
Signed-off-by: aszlig <aszlig@nix.build>
Issue: #45976
Cc: @rnhmjoj, @xeji
2018-09-09 10:30:58 +02:00
Silvan Mosberger
10a412f251
almonds: update license
2018-09-09 02:04:34 +02:00
Samuel Dionne-Riel
ca80826d30
Merge pull request #46150 from ysndr/fix/solaar
...
Fix: Build solaar with pythonPackages
2018-09-08 18:17:47 -04:00
xeji
d2ab091dd3
Merge pull request #46196 from oxij/pkgs/kodi-with-plugins
...
kodi: implement `kodiWithPlugins`, add more plugins
2018-09-08 23:43:42 +02:00
Elis Hirwing
50ea36953e
testssl: 2.9.5-5 -> 2.9.5-6
...
Changelog: https://github.com/drwetter/testssl.sh/releases/tag/v2.9.5-6
2018-09-08 23:12:22 +02:00
Elis Hirwing
39ed38f017
sequeler: 0.6.0 -> 0.6.1
...
Changelog: https://github.com/Alecaddd/sequeler/releases/tag/v0.6.1
2018-09-08 20:24:31 +02:00
Timo Kaufmann
fc67c051e4
Merge pull request #46366 from markuskowa/license-14
...
Add licenses
2018-09-08 16:32:23 +02:00
Michael Raskin
7c69ae6259
Merge pull request #46348 from YorikSar/update-chromium
...
chromium: 68.0.3440.106 -> 69.0.3497.81
2018-09-08 14:02:46 +00:00
Markus Kowalewski
d18bf12735
fbpanel: add license
2018-09-08 15:28:25 +02:00
Markus Kowalewski
6e6e41b56e
xine-ui: add license
2018-09-08 15:28:10 +02:00
Markus Kowalewski
2be3ed4062
tivodecode: add license
2018-09-08 15:27:50 +02:00
Markus Kowalewski
ffb5eca618
vcprompt: add license
2018-09-08 15:15:58 +02:00
Markus Kowalewski
ae795a6acd
monotone: add license
2018-09-08 15:12:27 +02:00
Markus Kowalewski
edb1bfcd32
guitone: add license
2018-09-08 15:07:58 +02:00
Markus Kowalewski
9f29e4c9c7
cvs2svn: add license
2018-09-08 15:04:33 +02:00
Markus Kowalewski
499b7e8927
bzr-tools: add license
2018-09-08 15:01:25 +02:00
Markus Kowalewski
c2ff374951
bazaar: add license
2018-09-08 14:55:41 +02:00
Markus Kowalewski
70e254d6bd
root: add license
2018-09-08 14:51:28 +02:00
Markus Kowalewski
1cff2dd135
pynac: add license
2018-09-08 14:48:19 +02:00
Markus Kowalewski
258c202565
prooftree: add license
2018-09-08 14:44:43 +02:00
Markus Kowalewski
2ed07fdb2b
drgeo: add license + homepage
2018-09-08 14:42:12 +02:00
R. RyanTM
cd20437f81
josm: 14066 -> 14178
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
josm
2018-09-08 13:42:49 +02:00
Uli Baum
2953d4c994
banshee: remove
...
- was broken since June 2016 because it depends on `boo`
- no visible attempts to fix in over 2 years
2018-09-08 10:24:22 +02:00
Tim Steinbach
bd55a78f6d
nanorc: Init at 2018-09-05
2018-09-07 21:11:26 -04:00
Thomas Tuegel
da2a289d03
Merge pull request #46264 from r-ryantm/auto-update/kipi-plugins
...
kipi-plugins: 5.2.0 -> 5.9.0
2018-09-07 19:11:48 -05:00
Timo Kaufmann
83b259271f
Merge pull request #46337 from timokau/sage-openblas-fix
...
sage: re-add pkg-config aliases
2018-09-07 23:50:46 +02:00
lewo
84e4cfcda0
Merge pull request #46246 from r-ryantm/auto-update/mediainfo-gui
...
mediainfo-gui: 18.05 -> 18.08
2018-09-07 23:01:25 +02:00
lewo
1164885985
Merge pull request #46245 from r-ryantm/auto-update/mediainfo
...
mediainfo: 18.05 -> 18.08
2018-09-07 23:00:05 +02:00
Antoine Eiche
0b6da47fe3
kubernetes-helm: fix darwin hash
2018-09-07 22:01:15 +02:00
lewo
b95454da65
Merge pull request #46256 from r-ryantm/auto-update/helm
...
kubernetes-helm: 2.9.1 -> 2.10.0
2018-09-07 21:58:13 +02:00
Timo Kaufmann
db784d883c
sage: re-add pkg-config aliases
...
Those were removed because they were added to openblas itself. There was
an error with that however and it will take some time until the fix
makes its way through staging. For the time being, reverting this part
of 26d5d030fe
will fix the sage build.
This commit should be reverted once
408eacbc89
is in master.
2018-09-07 21:55:41 +02:00
Yuriy Taraday
c098f143b4
chromium: 68.0.3440.106 -> 69.0.3497.81
...
Also update to build with external gn.
2018-09-07 23:34:47 +04:00
Bastian Köcher
4d16b2036b
kde-applications: 18.08.0 -> 18.08.1
2018-09-07 21:30:54 +02:00
Timo Kaufmann
c04198a992
Merge pull request #46324 from Ma27/weechat-script-fixes
...
weechat: fix quoting for ${} syntax
2018-09-07 19:02:41 +02:00
Maximilian Bosch
e2b4644f9c
weechat: fix quoting for ${} syntax
...
In my previous PR I missed that ${sec.foobar} (syntax to retrieve
secrets in a weechat runtime) breaks the shell evaluation.
Furthermore `;` shall be used rather than `\n` to concat scripts and the
init config.
2018-09-07 18:41:04 +02:00
Timo Kaufmann
7521f2863d
sage: fix numpy and scipy integration
2018-09-07 18:36:52 +02:00
Timo Kaufmann
e326c0156d
Merge pull request #45728 from Ma27/nixos/weechat-module
...
nixos/weechat: add module
2018-09-07 17:19:46 +02:00
Michael Raskin
f9a0679297
Merge pull request #46157 from taku0/firefox-bin-62.0
...
firefox, firefox-bin: 61.0.2 -> 62.0, firefox-esr: 60.1.0esr -> 60.2.0esr, remove 52.9.0esr [Critical security fixes]
2018-09-07 12:10:47 +00:00
Maximilian Bosch
f5becfb5b0
weechatScripts.wee-slack: init at 2.1.1
2018-09-07 13:45:13 +02:00
Maximilian Bosch
a8efe61412
weechat: 2.1 -> 2.2; improve package configuration
...
This aims to make the `weechat` package even more configurable. It
allows to specify scripts and commands using the `configure` function
inside a `weechat.override` expression.
The package can be configured like this:
```
with import <nixpkgs> { };
weechat.override {
plugins = { availablePlugins, ... }: {
plugins = builtins.attrValues availablePlugins;
init = ''
/set foo bar
/server add freenode chat.freenode.org
'';
scripts = [ "/path/to/script.py" ];
};
}
```
All commands are passed to `weechat --run-command "/set foo bar;/server ..."`.
The `plugins' attribute is not necessarily required anymore, if it's
sufficient to add `init' commands, the `plugins' will be
`builtins.attrValues availablePlugins' by default.
Additionally the result contains `weechat` and `weechat-headless`
(introduced in WeeChat 2.1) now.
2018-09-07 13:10:43 +02:00
Timo Kaufmann
759e495881
Merge pull request #46268 from r-ryantm/auto-update/jmol
...
jmol: 14.29.17 -> 14.29.19
2018-09-07 11:32:26 +02:00
R. RyanTM
86585082ff
frostwire-bin: 6.7.1 -> 6.7.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/frostwire/versions
2018-09-06 22:33:37 -07:00
Peter Hoeg
033964f541
Merge pull request #46221 from r-ryantm/auto-update/okteta
...
kdeApplications.okteta: 0.25.2 -> 0.25.3
2018-09-07 10:55:40 +08:00
R. RyanTM
baf51804f0
jmol: 14.29.17 -> 14.29.19
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
jmol
2018-09-06 19:54:40 -07:00
R. RyanTM
cdf82f6ddd
kipi-plugins: 5.2.0 -> 5.9.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
kipi-plugins
2018-09-06 19:30:21 -07:00
R. RyanTM
dd74f16b36
kubernetes-helm: 2.9.1 -> 2.10.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
helm
2018-09-06 18:33:20 -07:00
R. RyanTM
c8c091f093
mediainfo-gui: 18.05 -> 18.08
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
mediainfo-gui
2018-09-06 17:26:08 -07:00
R. RyanTM
a1f5f62b29
mediainfo: 18.05 -> 18.08
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
mediainfo
2018-09-06 17:17:48 -07:00
R. RyanTM
e5b17f61ef
rednotebook: 2.3 -> 2.6.1 ( #46200 )
2018-09-06 23:57:44 +00:00
taku0
0a3f07077b
firefox-esr: 60.1.0esr -> 60.2.0esr, mark 52.9.0esr insecure
2018-09-07 08:14:48 +09:00
R. RyanTM
b710f4a85c
kdeApplications.okteta: 0.25.2 -> 0.25.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
okteta
2018-09-06 15:41:10 -07:00
R. RyanTM
f72cba212c
picard-tools: 2.18.11 -> 2.18.12
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
picard-tools
2018-09-06 14:22:26 -07:00
Jan Malakhovski
031e1cf674
kodiPlugins: simplify, generalize, implement kodiWithPlugins
2018-09-06 20:21:04 +00:00
Jan Malakhovski
e883b86c0e
kodiPlugins: inline commons.nix
2018-09-06 19:55:55 +00:00
Jan Malakhovski
1d64f70bd7
kodi: wrapper: set PYTHONPATH from plugins
2018-09-06 19:55:55 +00:00
Jan Malakhovski
02557dade2
kodi: passthu pythonPackages
2018-09-06 19:55:55 +00:00
Jan Malakhovski
88d69df250
kodi: wrapper: simplify
2018-09-06 19:55:55 +00:00
Jan Malakhovski
574f2a33c0
kodiPlugins.steam-launcher: fix what is clearly a bug
2018-09-06 19:55:54 +00:00
R. RyanTM
43c8aa89a6
remmina: 1.2.31.3 -> 1.2.31.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
remmina
2018-09-06 12:44:14 -07:00
R. RyanTM
7cf3891b75
tortoisehg: 4.6.1 -> 4.7
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
tortoisehg
2018-09-06 10:41:27 -07:00
Profpatsch
3e45b61a99
lib/trivial: add a few examples of usage of assertMsg/assertOneOf
2018-09-06 18:14:27 +02:00
Sebastien Maret
5b58c6ac76
gildas: add alternative url for the source code ( #46145 )
...
For each new release, the upstream developers of Gildas move the
source code of the previous release to a different directory. Add this
directory to the list of url to avoid build failure at each new
release.
2018-09-06 15:10:21 +01:00
Yannik Sander
1245621497
build with pythonPackages
2018-09-06 14:56:24 +02:00
Jaka Hudoklin
5574b6a152
Merge pull request #46143 from teozkr/update/kops-1.10.0
...
kops: 1.9.0 -> 1.10.0
2018-09-06 14:44:39 +02:00
Michael Weiss
7c1b85cf6d
signal-desktop: 1.15.5 -> 1.16.0
2018-09-06 12:38:27 +02:00
Teo Klestrup Röijezon
a0a71e9be6
kops: 1.9.0 -> 1.10.0
2018-09-06 12:32:53 +02:00
Jörg Thalheim
b285ea77c2
Merge pull request #46034 from teto/khal_zsh_completion
...
khal: add zsh completion
2018-09-06 07:56:37 +01:00
Jörg Thalheim
ca2ba44cab
Merge pull request #46123 from utdemir/kakoune-20180904
...
kakoune: 2018.08.05 -> 2018.09.04
2018-09-05 23:55:55 +01:00
Utku Demir
c90f96ad32
kakoune: 2018.08.05 -> 2018.09.04
2018-09-06 09:12:12 +12:00
Renato Garcia
318c9296fa
snakemake: add maintainers ( #46117 )
2018-09-05 21:46:17 +02:00
Michele Guerini Rocco
eadb7b1589
qutebrowser: patch scripts ( #37316 )
2018-09-05 19:06:18 +02:00
Jörg Thalheim
e480328bcd
Merge pull request #46035 from geistesk/mpv-cdda
...
mpv: Added flag for cddaSupport to play Audio CDs
2018-09-05 17:46:05 +01:00
John Ericson
5d2d80d1cf
Merge pull request #46104 from obsidiansystems/trace-to-warn
...
stdenv, neovim: Use `lib.warn` for deprecation warnings
2018-09-05 11:54:35 -04:00
John Ericson
51907d257c
stdenv, neovim: Use lib.warn
for deprecation warnings
2018-09-05 11:40:29 -04:00
Bart Brouns
bf0cec40ca
qutebrowser: 1.4.1 -> 1.4.2 ( #46096 )
2018-09-05 16:35:12 +02:00
xeji
bf2a90298a
Merge pull request #46053 from danieldk/mxnet-fixes
...
pythonPackages.mxnet: fix build
2018-09-05 16:07:56 +02:00
xeji
67d796d229
Merge pull request #46095 from smaret/gildas-build-fixes
...
gildas: fix build failures
2018-09-05 16:02:48 +02:00
Timo Kaufmann
d89b1f0fbf
spotify: 1.0.88.353.g15c26ea1-14 -> 1.0.83.316.ge96b6e67-5
...
The recent update is broken. Playing a song causes spotify to segfault.
This is probably
https://community.spotify.com/t5/Desktop-Linux/Segfault-with-the-new-update/td-p/4554830# ,
which was recognized by upstream and will hopefully be fixed soon.
2018-09-05 15:53:38 +02:00
Sebastien Maret
b76cf0b54c
gildas: ignore clang warnings for unused command line arguments
...
See #46044
2018-09-05 12:17:05 +02:00
Vincent Laporte
e3cae4a2e5
gnumeric: 1.12.39 -> 1.12.43 ( #46088 )
...
goffice: 0.10.39 -> 0.10.43
2018-09-05 10:36:03 +02:00
Samuel Dionne-Riel
a394d08f11
qmapshack: 1.11.1 -> 1.12.0 ( #46084 )
2018-09-05 08:39:29 +02:00
Samuel Dionne-Riel
7ec9a333df
qtchan: Fixes build from Qt upgrade. ( #46082 )
...
Uses an upstream fix.
2018-09-05 08:23:29 +02:00
Michael Raskin
856b891765
Merge pull request #46049 from dtzWill/update/libreoffice-2018
...
libreoffice-{fresh,still}: upgrade and clean
2018-09-05 04:27:11 +00:00
Jörg Thalheim
de825a4eaa
dino: 2018-07-08 -> 2018-09-05
2018-09-05 00:23:10 +01:00
Bart Brouns
b7d408713c
puredata: 0.48-0 -> 0.48-2 ( #46065 )
2018-09-04 23:45:30 +02:00
Bart Brouns
6b74b16579
kitty: 0.11.3 -> 0.12.0 ( #46067 )
2018-09-04 23:44:04 +02:00
symphorien
16e776fde7
sound-juicer: fix build ( #46051 )
2018-09-04 21:16:01 +02:00
Daniël de Kok
590ce7d1ae
mxnet: fix library dependencies.
...
- mxnet now builds the open source MKL DNN library. However, this
was not included with the build.
- mxnet builds its own OpenMP library, even when OpenMP is provided
by the system. This leads to problems, so remove the included
OpenMP implementation:
https://github.com/apache/incubator-mxnet/pull/12160
2018-09-04 20:27:25 +02:00
Will Dietz
72cf7f513d
libreoffice-{fresh,still}: upgrade and clean
...
* libreoffice-still: -> 6.0.6.2
* (newer than our current 'fresh!')
* libreoffice-fresh: -> 6.1.0.3
* 6.1.1(.1) is currently pre-release, FWIW
* Use normal gcc, not gcc5
* dropping 'glibc' from buildInputs fixed this (?)
* remove many fixes/touchups/workarounds/hacks
* hopefully everything still works for everyone
* disable online update since that seems unlikely to work anyway
* fix autogen/configure invocations
* disable libnumbertext in 6.1.x since not packaged
* drop 'touch solenv/inc/target.mk' as unclear what it was for
and doesn't seem to be currently needed
* cleanup link gen a bit[1]
* split checks to check phase
[1]
primary motivation was to stop creating links like:
'libreoffice-6.0.5.2/src/-libxslt-1.1.32.tar.gz' -> '/nix/store/503v5hmhm430bld0h078gacmkniwdllr-libxslt-1.1.32.tar.gz'
'libreoffice-6.0.5.2/src/libxslt-1.1.32.tar.gz' -> '/nix/store/503v5hmhm430bld0h078gacmkniwdllr-libxslt-1.1.32.tar.gz'
This is mostly accomplished by simply using the 'md5name' field
which the python script kindly generates for us
(including the use of non-md5 if md5 is not set or empty).
2018-09-04 11:51:55 -05:00
geistesk
14837a8277
mpv: add cddaSupport-flag to play Audio CDs
...
Introduced `cddaSupport` for `mpv` which defaults to false. By enabling
it, `mpv` will be compiled with cdda support (`libcdio{,-paranoia}`) to
play audio CDs.
2018-09-04 18:46:31 +02:00
xeji
da0c385a69
Merge pull request #46033 from rnhmjoj/monero
...
Monero updates
2018-09-04 18:44:25 +02:00
geistesk
7cdb44e793
mpv: resorted support options alphabetically
2018-09-04 18:44:01 +02:00
Sebastien Maret
3bc898035d
gildas: fix makefile rule
2018-09-04 16:05:44 +02:00
rnhmjoj
fd95d30609
monero-gui: 0.12.0.0 -> 0.12.3.0
2018-09-04 14:20:41 +02:00
rnhmjoj
90ab6c8400
monero: 0.12.0.0 -> 0.12.3.0
2018-09-04 14:20:41 +02:00
taku0
26cbfe1035
firefox: 61.0.2 -> 62.0
2018-09-04 21:16:46 +09:00
taku0
12723b105c
firefox-bin: 61.0.2 -> 62.0
2018-09-04 21:13:35 +09:00
Vladimír Čunát
1428d00aa4
Merge branch 'master' into staging-next
...
Hydra: ?compare=1477053
2018-09-04 13:06:45 +02:00
Matthieu Coudron
61df695f65
khal: add zsh completion
2018-09-04 19:27:47 +09:00
Orivej Desh
205f3e941a
swift-im: fix build with Qt 5.11 and split QtWebKit
2018-09-04 09:39:06 +00:00
Daniël de Kok
93a5947158
mxnet: 1.1.0 -> 1.2.1 ( #46026 )
...
Update and fix the build:
- Perl is a build-time requirement.
- Fix hardcoded /bin/bash invocation.
2018-09-04 11:37:54 +02:00
Orivej Desh
6767396e38
psi-plus: 1.2.235 -> 1.3.410
2018-09-04 08:39:13 +00:00
Orivej Desh
0f1125975a
psi: specify license ( #43716 )
2018-09-04 07:41:08 +00:00
Jan Tojnar
2e1acfce13
casync: add python3 for install script
...
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:44 +02:00
Jan Tojnar
50b6311f69
pitivi: add python3 for install script
...
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:42 +02:00
Jan Tojnar
726e749961
sequeler: add python3 for install script
...
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:41 +02:00
Jan Tojnar
ef01ca3ade
tootle: add python3 for install script
...
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:41 +02:00
Jan Tojnar
58a3726252
gnome-builder: add python3 for install script
...
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:41 +02:00
Jan Tojnar
577d1370f1
transporter: add python3 for install script
...
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:40 +02:00
Jan Tojnar
123556ed5f
corebird: add python3 for install script
...
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:39 +02:00
Jan Tojnar
6c701f6578
pulseeffects: add python3 for install script
...
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:38 +02:00
Jan Tojnar
3a8b13ef8f
lollypop: add python3 for install script
...
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:38 +02:00
Jan Tojnar
19225529c9
gnome-mpv: add python3 for install script
...
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:38 +02:00
Jan Tojnar
9879ed55ae
feedreader: add python3 for install script
...
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:32 +02:00
R. RyanTM
a2f490c576
mkvtoolnix: 25.0.0 -> 26.0.0 ( #45812 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
mkvtoolnix
2018-09-04 01:02:02 +02:00
xeji
6f91e44b6a
Merge pull request #45976 from rnhmjoj/imv
...
imv: 2.1.3 -> 3.0.0
2018-09-04 00:48:20 +02:00
rnhmjoj
d5b0c4d5c2
imv: build only on x86_64 linux
2018-09-04 00:35:17 +02:00
Daniël de Kok
9d6ff38f70
magit-todos: fix build by providing git as input. ( #45999 )
...
magit-todos requires git during builds. Fixes #45868 .
2018-09-03 23:42:57 +02:00
Michiel Leenaars
bfb14fbe72
thonny: init at 3.0.0b3
2018-09-03 23:40:34 +02:00
Vladyslav M
31ccd1fd76
rclone: 1.42 -> 1.43 ( #46009 )
2018-09-03 23:23:23 +02:00
aanderse
435eccf15e
kodi: fix nfs support ( #46006 )
...
libnfs is required to be in the LD_LIBRARY_PATH for kodi if you want nfs support
see: https://www.reddit.com/r/NixOS/comments/9aiquo/how_to_enable_nfs_support_in_kodi/
2018-09-03 22:33:38 +02:00
xeji
28def75a10
Merge pull request #45967 from worldofpeace/various-build-fixes/18.09
...
Various build fixes
2018-09-03 22:28:06 +02:00
worldofpeace
507dfccdf8
photoflow: mark broken for aarch64
2018-09-03 15:31:12 -04:00
worldofpeace
3149f84a92
sayonara: 1.0.0-git5-20180115 -> 1.1.1-git1-20180828
2018-09-03 14:51:41 -04:00
worldofpeace
a3db67282d
photoflow: 2018-03-06 -> 2018-08-28
2018-09-03 14:51:41 -04:00
worldofpeace
66385a66dc
imgcat: fix build
2018-09-03 14:51:40 -04:00
Elis Hirwing
fcccb9e5ca
gitea: 1.5.0 -> 1.5.1 ( #45968 )
...
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.5.1
2018-09-03 20:29:39 +02:00
John Wiegley
9d1bd7c880
Revert "ledger: Enable building of tests, and concurrent make"
...
This reverts commit acfa8cb2a9
.
This fails because none of the tests seems to be working for the version
that's in nixpkgs master.
2018-09-03 10:18:13 -07:00
John Wiegley
acfa8cb2a9
ledger: Enable building of tests, and concurrent make
2018-09-03 10:15:47 -07:00
Vladimír Čunát
956790acaf
Merge #45974 : purple-matrix: 2016-07-11 -> 2018-08-02
2018-09-03 16:14:17 +02:00
rnhmjoj
7a58a44474
imv: 2.1.3 -> 3.0.0
2018-09-03 14:22:32 +02:00
Symphorien Gibol
7de2b6240b
purple-matrix: 2016-07-11 -> 2018-08-02
...
This also fixes the build.
2018-09-03 14:13:00 +02:00
worldofpeace
451e04fb4d
SkypeExport: fix build
2018-09-02 18:59:23 -04:00
Jan Malakhovski
a402c8f295
fbreader: 0.99.4 -> 0.99.6, switch to fetchFromGitHub, add more build options ( #45840 )
...
This, apparently, is not an official release (it's tagged, but the tarball is not
available on the official site), but this repo is the official repo mentioned on
the official site.
This fixes a bunch of very annoying bugs present in 0.99.4, e.g.
```
$ FBReader filename
```
does not crash anymore. Yay!
2018-09-02 21:47:06 +02:00
Roman Volosatovs
720c163a55
kitty: Add terminfo attr ( #45953 )
2018-09-02 21:07:31 +02:00
Jan Tojnar
e2a731fc5c
Merge pull request #45949 from jtojnar/gcolor3
...
gcolor3: 2.2 → 2.3
2018-09-02 18:24:23 +01:00
Jan Tojnar
87f3a2a406
gcolor3: 2.2 → 2.3
2018-09-02 18:53:04 +02:00
Michael Weiss
85e46d12b3
android-studio: Refactor the code & minor improvements
2018-09-02 18:45:40 +02:00
Ryan Mulligan
7b54a50e97
Merge pull request #45730 from Helkafen/snakemake
...
snakemake: init at 5.2.2
2018-09-02 07:54:13 -07:00
Michael Weiss
044c16a978
Merge pull request #45853 from bkchr/android_studio_desktop
...
android-studio: Add desktop item
2018-09-02 16:27:46 +02:00
xeji
6a7cd78884
Merge pull request #45818 from jglukasik/master
...
ipfs-cluster: init at v0.5.0
2018-09-02 13:52:48 +02:00
Gabriel Ebner
4d3ed9f5d5
gpxsee: 4.19 -> 5.17
2018-09-02 12:17:22 +02:00
Frederik Rietdijk
b910b697f6
Merge master into staging
2018-09-02 12:10:33 +02:00
Utku Demir
7fbfba7c66
bluejeans-gui: init at 1.6.39
2018-09-02 19:22:07 +12:00
xeji
a3434cf4e5
Merge pull request #45921 from markuskowa/homepages
...
Cleanup homepage links
2018-09-02 08:39:30 +02:00
Markus Kowalewski
fffe9a2581
larswm: update homepage
2018-09-02 01:46:27 +02:00
Markus Kowalewski
8fb523ab7d
containerd: update homepage
2018-09-02 01:46:26 +02:00
Markus Kowalewski
13a97da2d4
uvccapture: remove dead homepage link
2018-09-02 01:46:26 +02:00
Markus Kowalewski
cd748ba94a
tkcvs: update homepage
2018-09-02 01:46:26 +02:00
Markus Kowalewski
ee54f1f817
plm: remove dead homepage link, mark as broken
2018-09-02 01:46:25 +02:00
Markus Kowalewski
5cf25dded7
symmetrica: update homepage
2018-09-02 01:46:25 +02:00
Markus Kowalewski
c184150a22
jags: update homepage + fix license
2018-09-02 01:46:18 +02:00
Joseph Lukasik
314d1fcdcb
Add gx-go to nativeBuildInputs for ipfs-cluster
2018-09-01 16:01:43 -07:00
Markus Kowalewski
e5974ddaec
jonprl: update homepage
2018-09-02 00:36:01 +02:00
Markus Kowalewski
b9bd5519c5
keepnote: update homepage
2018-09-02 00:33:29 +02:00
Markus Kowalewski
b4c8d6c37b
sup: update homepage
2018-09-02 00:31:08 +02:00
Markus Kowalewski
c6e31608d7
tox-prpl: update homepage
2018-09-02 00:28:54 +02:00
Markus Kowalewski
e9d904af55
timewarrior: update homepage
2018-09-02 00:23:23 +02:00
Markus Kowalewski
de43e1346f
pinfo: remove dead homepage link
2018-09-02 00:19:38 +02:00
Markus Kowalewski
8dbe16b523
pdfshuffler: update homepage
2018-09-02 00:15:39 +02:00
Markus Kowalewski
bb6263af72
orpie: update homepage
2018-09-02 00:13:21 +02:00
Markus Kowalewski
3cbd6c559e
grafx2: update homepage
2018-09-02 00:05:49 +02:00
Markus Kowalewski
ebc1854726
flpsed: fix homepage
2018-09-02 00:04:23 +02:00
Markus Kowalewski
57a5cd4d96
dfutil: update homepage
2018-09-02 00:01:06 +02:00
greydot
028b64ab08
qcomicbook: init at 0.9.1. ( #44074 )
2018-09-01 23:39:38 +02:00
Ricardo M. Correia
1a1257898e
pianobar: 2016.06.02 -> 2018.06.22 ( #45913 )
2018-09-01 21:35:10 +02:00
Thra11
ef21e949a0
krita: refactor to fix build on aarch64 ( #45906 )
...
An optional dependency, Vc, doesn't currently provide any optimisations
on aarch64 and causes a build failure in krita. Exclude it from the
build inputs on arm and aarch64.
2018-09-01 20:25:38 +02:00
xeji
62e3355a91
Merge pull request #45909 from markuskowa/licenses-12
...
Add licenses
2018-09-01 19:09:40 +02:00
Jan Tojnar
ffcf8dcee7
pulseeffects: 4.3.3 → 4.3.4
2018-09-01 19:02:51 +02:00
Vladimír Čunát
2d6179d1e8
Merge branch 'master' into staging
...
A few trivial conflicts due to *Platforms mass replace.
2018-09-01 17:38:18 +02:00
Vladimír Čunát
9a56eee0b1
Merge #45867 : libreoffice*: add zh-CN and Czech langs.
2018-09-01 17:21:24 +02:00
Vladimír Čunát
9528384ac3
libreoffice*: add Czech language support
...
Tested the default version only (still).
2018-09-01 17:20:42 +02:00
Vladimír Čunát
342d3db703
Merge branch 'staging-next'
...
The failure diff seems good-enough on Hydra now.
2018-09-01 17:02:15 +02:00
Markus Kowalewski
0c0656bcdc
xpdf: add license, update homepage
2018-09-01 17:02:14 +02:00
Markus Kowalewski
bf0a571725
xchm: add license
2018-09-01 17:02:13 +02:00
Markus Kowalewski
0bd9864dd8
xautoclick: add license
2018-09-01 17:02:13 +02:00
Markus Kowalewski
e134ce139e
wordnet: add license
2018-09-01 17:02:13 +02:00
Markus Kowalewski
e279a7858e
terminal-notifier: add license
2018-09-01 17:02:13 +02:00
Markus Kowalewski
c7808a9013
posterazor: add license
2018-09-01 17:02:13 +02:00
Markus Kowalewski
f48d5dae41
pdf-quench: add license
2018-09-01 17:02:12 +02:00
Markus Kowalewski
5194e10968
nut: add licenses
2018-09-01 17:02:12 +02:00
Markus Kowalewski
4f67eabc19
mop: add license
2018-09-01 17:01:51 +02:00
Markus Kowalewski
7ddb87eb5a
krename: add license
2018-09-01 17:01:50 +02:00
Markus Kowalewski
b986430d02
gxneur: add licenses
2018-09-01 17:01:46 +02:00
Markus Kowalewski
733280bb6e
ethrun: add license
2018-09-01 16:55:08 +02:00
Markus Kowalewski
18cf65ac58
ethabi: add license
2018-09-01 16:55:08 +02:00
Markus Kowalewski
c809cfb197
gphoto2fs: add license + homepage
2018-09-01 16:55:08 +02:00
Markus Kowalewski
98440749c1
goldendict: add license
2018-09-01 16:11:19 +02:00
Markus Kowalewski
e350e31691
golden-cheetah: add license
2018-09-01 16:11:19 +02:00
Markus Kowalewski
e014edeb8b
k3d: add license
2018-09-01 16:11:19 +02:00
Markus Kowalewski
683265c3d6
lastfmsubmitd: add license
2018-09-01 16:11:19 +02:00
Markus Kowalewski
661f569b6c
distrho: add licenses
2018-09-01 16:11:19 +02:00
Markus Kowalewski
b2710b53ab
axoloti/libusb1: add license
2018-09-01 16:11:19 +02:00
Sebastian Meric de Bellefon
93ce77af40
python.pkgs.snakemake: init at 5.2.2
2018-09-01 09:18:19 -04:00
Gabriel Ebner
da3326902a
vampire: fix nondeterministic hash
...
Probably related to #8567
2018-09-01 15:03:31 +02:00
Bignaux Ronan
003b15132c
navit: 0.5.1 -> 0.5.3 ( #45899 )
2018-09-01 14:06:47 +02:00
Jörg Thalheim
55a69a9522
Merge pull request #45861 from bfortz/mixxx
...
mixxx 2.1.3: Fixed glibc locale bug
2018-09-01 12:16:55 +01:00
Jörg Thalheim
a749193586
Merge pull request #45870 from bignaux/navit
...
Navit
2018-09-01 12:09:38 +01:00
R. RyanTM
273d15e09f
kid3: 3.6.1 -> 3.6.2 ( #45826 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
kid3
2018-09-01 12:24:23 +02:00
R. RyanTM
21e1547d9c
gpsprune: 19 -> 19.1 ( #45831 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
gpsprune
2018-09-01 12:23:25 +02:00
R. RyanTM
7fdaf76869
verilator: 3.924 -> 3.926 ( #45797 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
verilator
2018-09-01 12:14:00 +02:00
Peter Simons
4a64a7aef5
esniper: fix mismatched 'src' attribute
2018-09-01 11:16:50 +02:00
Andrew Childs
90464f6049
qgis: patch for compatibility with cmake 3.12 ( #45880 )
2018-09-01 10:52:33 +02:00
Frederik Rietdijk
4134048b6f
Merge master into staging-next
2018-09-01 10:41:58 +02:00
Robert Schütz
0b3f257e06
octoprint: pin pylru to 1.0.9
2018-09-01 10:41:37 +02:00
Frank Doepper
c49baf9da4
shotcut: 18.08 -> 18.08.14 ( #45862 )
2018-08-31 20:00:07 +02:00
R. RyanTM
3f2209fe99
mdp: 1.0.13 -> 1.0.14 ( #45819 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
mdp
2018-08-31 19:58:07 +02:00
lewo
fc39e5c645
Merge pull request #41920 from fgaz/drawpile
...
drawpile: init at 2.0.10
2018-08-31 18:37:37 +02:00
Robert Schütz
93550cbddf
Merge branch 'master' into staging-next
2018-08-31 17:32:48 +02:00
Timo Kaufmann
dde959a896
Merge pull request #45874 from timokau/spotify-update
...
spotify: 1.0.80.474.gef6b503e-7 -> 1.0.88.353.g15c26ea1-14
2018-08-31 17:22:40 +02:00
Timo Kaufmann
af99bb6429
spotify: 1.0.80.474.gef6b503e-7 -> 1.0.88.353.g15c26ea1-14
2018-08-31 17:20:10 +02:00
Andrew Childs
78d842e8fb
pbrt: 2017-01-12 -> 2018-08-15; cmake 3.12 compatibility ( #45863 )
2018-08-31 16:18:05 +02:00
José Romildo Malaquias
e45d1fff33
catfish: 1.4.4 -> 1.4.6 ( #45860 )
2018-08-31 16:11:38 +02:00
Andrew Childs
98787edf30
curaengine: patch for compatibility with cmake 3.12 ( #45869 )
2018-08-31 16:10:37 +02:00
John Ericson
2c4a75e9ef
Merge pull request #45820 from obsidiansystems/dont-use-obsolete-platform-aliases
...
treewide: Dont use obsolete platform aliases
2018-08-31 09:56:10 -04:00
Bobby Rong
5a8f1c1643
libreoffice-still: add zh-CN language support
2018-08-31 21:20:16 +08:00
Bobby Rong
51bb4337fc
libreoffice: add zh-CN language support
2018-08-31 21:19:44 +08:00
Bernard Fortz
a847dccf45
mixxx 2.1.3: Fixed glibc locale bug
2018-08-31 14:38:54 +02:00
Bignaux Ronan
9cd5e292e3
navit: 5.0.1 -> 5.0.2
2018-08-31 14:14:07 +02:00
チルノ
17564e0ed9
nixos/zeronet: init ( #44842 )
2018-08-31 11:40:23 +01:00
Bastian Köcher
6d28393eb1
android-studio: Add desktop item
2018-08-31 12:05:24 +02:00
Ivan Malison
9a93fa292f
notify-osd-customizable: init at 0.9.35+16.04.20160415 ( #43226 )
2018-08-31 09:27:08 +02:00
Jörg Thalheim
359227daa9
Merge pull request #45839 from oxij/pkgs/tor-browser-docstrings
...
treewide: write better docstrings for tor-browser things
2018-08-31 08:05:56 +01:00
Jörg Thalheim
6e856d6bdb
Merge pull request #45844 from r-ryantm/auto-update/bro
...
bro: 2.5.4 -> 2.5.5
2018-08-31 07:54:05 +01:00
Frederik Rietdijk
704e87eef7
Merge pull request #45835 from r-ryantm/auto-update/git-cola
...
git-cola: 3.1 -> 3.2
2018-08-31 07:42:51 +02:00
Jan Tojnar
59bbf71589
pulseeffects: 4.3.1 → 4.3.3
2018-08-31 07:40:39 +02:00
R. RyanTM
4b02c087f1
bro: 2.5.4 -> 2.5.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
bro
2018-08-30 22:22:45 -07:00
Jan Malakhovski
e4babb32d5
treewide: write better docstrings for tor-browser things
2018-08-31 03:33:25 +00:00
R. RyanTM
58cbb0d0e6
git-cola: 3.1 -> 3.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
git-cola
2018-08-30 18:28:14 -07:00
xeji
16b3217148
Merge pull request #45823 from worldofpeace/lightdm/1.28.0
...
lightdm: 1.26.0 -> 1.28.0
2018-08-31 00:43:53 +02:00
worldofpeace
cc424308df
lightdm: split outputs
2018-08-30 18:22:43 -04:00
Jan Tojnar
d6ace3a4ad
Merge pull request #45804 from r-ryantm/auto-update/pulseeffects
...
pulseeffects: 4.2.8 -> 4.3.1
2018-08-30 23:16:36 +01:00
worldofpeace
2e1f7f4b98
lightdm: add description
2018-08-30 18:11:08 -04:00
xeji
875714968c
Merge pull request #45747 from vbgl/default-ocaml-4.06
...
ocamlPackages: default to 4.06
2018-08-31 00:10:24 +02:00
Joseph Lukasik
aeb360caa3
ipfs-cluster: init at 0.5.0
2018-08-30 14:39:48 -07:00
R. RyanTM
83f876cb29
lightdm: 1.26.0 -> 1.28.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
lightdm
2018-08-30 14:37:06 -07:00
John Ericson
0828e2d8c3
treewide: Remove usage of remaining redundant platform compatability stuff
...
Want to get this out of here for 18.09, so it can be deprecated
thereafter.
2018-08-30 17:20:32 -04:00
John Ericson
2c2f1e37d4
reewide: Purge all uses stdenv.system
and top-level system
...
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
Robert Schütz
a9780a095b
Merge branch 'master' into staging-next
2018-08-30 21:56:13 +02:00
R. RyanTM
b78424c386
pulseeffects: 4.2.8 -> 4.3.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
pulseeffects
2018-08-30 12:15:08 -07:00
Jan Tojnar
efb16b5829
deadbeefPlugins.infobar: init at 1.4
2018-08-30 20:36:56 +02:00
R. RyanTM
54951b1bf8
weston: 4.0.0 -> 5.0.0 ( #45798 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
weston
2018-08-30 20:27:55 +02:00
Jan Tojnar
4caab41c1b
Merge pull request #37693 from jtojnar/min-nix-two
...
treewide: Re-add reverted Nix 2 syntax features
2018-08-30 18:50:22 +01:00
Vladimír Čunát
80b25db15c
treewide: use glib tools from build-time $PATH
...
Using explicit output feels more flaky in case we e.g. move the binary.
(No strong opinion on my side, feel free to revert if you think so.)
2018-08-30 19:47:41 +02:00
Vladimír Čunát
8fc6472ace
gnome-documents, tlaplus: fix glib references
2018-08-30 19:47:41 +02:00
Timo Kaufmann
bee03c1b0e
Merge pull request #45793 from r-ryantm/auto-update/urh
...
urh: 2.2.3 -> 2.2.4
2018-08-30 19:33:59 +02:00
Vladimír Čunát
3053d4c49e
Merge #45796 : wireshark: 2.6.2 -> 2.6.3 (security)
...
https://www.wireshark.org/docs/relnotes/wireshark-2.6.3.html
2018-08-30 18:43:55 +02:00
R. RyanTM
2d04c3f476
wireshark: 2.6.2 -> 2.6.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
wireshark-qt
2018-08-30 09:39:51 -07:00
Jan Tojnar
0d90e014d6
Revert "qpdfview: remove placeholder usage"
...
This reverts commit 9e503e039b
.
2018-08-30 18:18:31 +02:00
Jan Tojnar
69a17c7a19
Revert "treewide: remove placeholder usage"
...
This reverts commit 82f6267023
.
2018-08-30 18:18:29 +02:00
R. RyanTM
41488c2d30
urh: 2.2.3 -> 2.2.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
urh
2018-08-30 09:01:45 -07:00
Alyssa Ross
7b4c7c4b59
extract_url: init at 1.6.2 ( #45624 )
...
Squashed from:
* extract_url: init at 1.6.2
* extract_url: purify build
* extract_url: move src to more conventional place
* extract_url: don't unnecessarily propagate
* extract_url: use installFlags instead of patch
* extract_url: use URL literal instead of string
* extract_url: fix make flags style
* extract_url: remove PodChecker dependency
2018-08-30 17:10:00 +02:00
Simon Lackerbauer
3f61866ea6
rstudio: 1.1.442 -> 1.1.456 ( #45781 )
2018-08-30 16:56:04 +02:00
Vladimír Čunát
b71b222b4c
Merge #44910 : cmake: 3.11.2 -> 3.12.1
2018-08-30 16:04:52 +02:00
Gabriel Ebner
d3f1679d4e
gogs: 0.11.34 -> 0.11.53
...
cc @schneefux
2018-08-30 14:43:49 +02:00
Vladimír Čunát
19c68fe28c
Merge branch 'master' into staging
2018-08-30 12:25:43 +02:00
Jörg Thalheim
663951eaa3
Merge pull request #43388 from symphorien/neovim-python-env
...
Fix neovim PYTHONPATH handling
2018-08-30 08:51:21 +01:00
Jörg Thalheim
b470ed6b78
alacritty: 2018-07-20 -> 2018-08-30
2018-08-30 08:26:44 +01:00
Jan Tojnar
9a4240f8fb
font-manager: 0.7.3 → 0.7.3.1
...
Switch to fresher vala
2018-08-30 02:01:17 +02:00
Frederik Rietdijk
6038628ea5
Merge master into staging-next
2018-08-29 20:54:55 +02:00
Michael Weiss
364c5047bc
androidStudioPackages.{dev,canary}: 3.3.0.6 -> 3.3.0.7
2018-08-29 19:53:59 +02:00
xeji
683707ea03
dwm-git: init at 20180602 ( #45716 )
...
The latest tagged release dwm 6.1 is from 2015, so
the development version is much more current.
2018-08-29 19:39:10 +02:00
Michael Weiss
256e347dfe
signal-desktop-beta: remove
...
This package was marked as broken since
9cb0b49673
.
Reason: The package is outdated and keeping up with the beta releases
isn't really worth it (there are regular stable releases).
2018-08-29 17:28:58 +02:00
Vincent Laporte
8a23558db1
xen_4_10: use OCaml 4.05
2018-08-29 12:49:35 +00:00
Vincent Laporte
6a220840af
xen_4_8: use OCaml 4.05
2018-08-29 12:49:34 +00:00
Jörg Thalheim
cbdcf6b4db
vanubi: remove
2018-08-29 11:39:28 +01:00
Thibaut Marty
e9f0afe761
herbstluftwm: 0.7.0 -> 0.7.1 ( #45669 )
2018-08-29 11:30:30 +02:00
Jörg Thalheim
e4881e221b
finalterm: remove non-working version ( #45737 )
...
This is abandom-ware: https://worldwidemann.com/finally-terminated/
and it coredumps on startup
2018-08-29 11:13:54 +02:00
Jörg Thalheim
8f6d3a3c33
awesome-3-5: remove deprecated version ( #45736 )
...
this version is deprecated and no longer maintained by upstream:
https://awesomewm.org/download/
Two years should have been enough for people to upgrade.
2018-08-29 11:12:56 +02:00
Jörg Thalheim
4511e7031f
Merge pull request #45733 from Synthetica9/atom-1-30-0
...
atom, atom-beta: 1.29.0 -> 1.30.0, 1.30.0-beta1 -> 1.31.0-beta0
2018-08-29 09:16:36 +01:00
Patrick Hilhorst
7a3f62fa0b
atom, atom-beta: 1.29.0 -> 1.30.0, 1.30.0-beta1 -> 1.31.0-beta0
2018-08-29 09:06:30 +02:00
Michael Hoang
8b7fe8910c
compton, compton-git: Merge derivations
2018-08-29 12:47:35 +10:00
Michael Hoang
1173bde56f
compton-git: 2018-05-21 -> 2018-08-14
2018-08-29 12:46:36 +10:00
Demyan Rogozhin
9f6bc5e5f5
particl-core: 0.16.1 -> 0.16.2 ( #45718 )
...
https://github.com/particl/particl-core/releases/tag/v0.16.2.0
2018-08-29 01:00:14 +02:00
Jan Tojnar
89586ed0d0
deadbeefPlugins.headerbar-gtk3: init at 1.2
2018-08-28 23:33:59 +02:00
Jörg Thalheim
bc09c14519
Merge pull request #45712 from seitz/master
...
nano: updated 'nixSyntaxHighlight'
2018-08-28 21:19:25 +01:00
John Wiegley
fa817fb9f7
imgcat: New expression 2.3.0
2018-08-28 12:51:09 -07:00
John Wiegley
4673962440
ratpoison: Allow building on Darwin
2018-08-28 12:51:04 -07:00
Daiderd Jordan
c66c469433
Merge pull request #45352 from LnL7/darwin-vim-x11
...
vim_configurable: fix darwin build with guiSupport
2018-08-28 21:14:22 +02:00
Paul Seitz
9b30f32478
nano: updated 'nixSyntaxHighlight'
2018-08-28 17:00:09 +00:00
Jörg Thalheim
c198bd3b72
Merge pull request #45710 from samueldr/auto/dbeaver/nixpkgs-unstable/5.1.6
...
dbeaver: 5.1.5 -> 5.1.6
2018-08-28 17:13:50 +01:00
Michael Weiss
792425934b
tdesktop: 1.3.13 -> 1.3.14
...
tdesktopPackages.preview: 1.3.13 -> 1.3.14
2018-08-28 18:12:11 +02:00
Samuel Dionne-Riel
452ce3915d
dbeaver: 5.1.5 -> 5.1.6
2018-08-28 11:47:59 -04:00
Jörg Thalheim
5bb9ebce4c
Merge pull request #45706 from dtzWill/update/micro-1.4.1
...
micro: 1.4.0 -> 1.4.1
2018-08-28 15:28:04 +01:00
Will Dietz
6cf92400b2
micro: 1.4.0 -> 1.4.1
2018-08-28 07:59:13 -05:00
Jörg Thalheim
b52794d685
Merge pull request #45537 from r-ryantm/auto-update/setbfree
...
setbfree: 0.8.7 -> 0.8.8
2018-08-28 13:52:14 +01:00
Jörg Thalheim
c4e8f4b442
Merge pull request #45616 from r-ryantm/auto-update/cb2bib
...
[WIP] cb2bib: 1.9.7 -> 1.9.8
2018-08-28 12:17:48 +01:00
Michael Raskin
083220867c
Improve re-wrapping in case of GTK3
2018-08-28 13:32:55 +03:00
Michael Weiss
9006cd339c
tdesktop: 1.3.10 -> 1.3.13
...
tdesktopPackages.preview: 1.3.12 -> 1.3.13
2018-08-28 11:05:48 +02:00
Jörg Thalheim
2234834772
Merge pull request #45555 from r-ryantm/auto-update/mblaze
...
mblaze: 0.3.2 -> 0.4
2018-08-28 09:30:12 +01:00
Jörg Thalheim
cf7551b7f6
Merge pull request #45600 from r-ryantm/auto-update/claws-mail
...
claws-mail: 3.16.0 -> 3.17.0
2018-08-28 09:27:34 +01:00
Jörg Thalheim
e31eaa2fba
claws-mail: 3.17.0 -> 3.17.1
2018-08-28 09:26:51 +01:00
Kevin Rauscher
16ec8ac34f
mopidy-iris: 3.24.0 -> 3.25.1
2018-08-28 09:54:22 +02:00
Anderson Torres
18006f8edc
Merge pull request #45493 from NegaNexus/master
...
faustlive: init at 2017-12-05
2018-08-27 21:28:45 -03:00
R. RyanTM
5de659ce89
urlscan: 0.8.9 -> 0.9.0 ( #45532 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/urlscan/versions .
2018-08-28 00:31:03 +02:00
Bignaux Ronan
30ab2300bc
navit: fix plugins
2018-08-27 23:26:06 +02:00
R. RyanTM
e301589013
gmsh: 3.0.6 -> 4.0.0 ( #45592 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gmsh/versions .
2018-08-27 16:06:28 +02:00
adisbladis
faf2f0b0e1
Merge pull request #45630 from adisbladis/go-1_11
...
go_1_11: init at 1.11 and set as default
2018-08-27 21:34:56 +08:00
Jörg Thalheim
718ee42eb9
Merge pull request #45657 from bignaux/navit
...
navit: add supports, xkdb, and many fixes
2018-08-27 11:39:44 +01:00
adisbladis
8f07a0b420
firefox-beta-bin: 62.0b19 -> 62.0b20
2018-08-27 18:07:13 +08:00
adisbladis
fca8135a87
firefox-devedition-bin: 62.0b19 -> 62.0b20
2018-08-27 18:07:12 +08:00
Bignaux Ronan
866f9bb578
navit: add supports, xkdb, and many fixes
2018-08-27 12:05:25 +02:00
adisbladis
213f7ec054
weechat-matrix-bridge: 2018-01-10 -> 2018-05-29
2018-08-27 16:23:33 +08:00
Frederik Rietdijk
7945295410
Merge master into staging
2018-08-27 08:21:50 +02:00
worldofpeace
23bf21f213
lollypop: 0.9.521 -> 0.9.522
2018-08-26 22:40:30 -04:00
Pascal Wittmann
9dedda16e9
calibre: 3.29.0 -> 3.30.0
2018-08-26 22:06:25 +02:00
Timo Kaufmann
3f002f1aca
Merge pull request #45651 from jluttine/update-nano-wallet-15.2
...
nano-wallet: 14.2 -> 15.2
2018-08-26 21:29:30 +02:00
Francesco Gazzetta
62a2574eb3
drawpile: init at 2.0.11
2018-08-26 21:00:39 +02:00
Frederik Rietdijk
b2da2dfd36
Merge pull request #45656 from timokau/sympy-1.2
...
pythonPackages.sympy: 1.1.1 -> 1.2
2018-08-26 20:37:27 +02:00
Timo Kaufmann
c614c15f93
Merge pull request #45257 from timokau/openblas-pc
...
openblas: add pkg-config aliases
2018-08-26 20:13:19 +02:00
Timo Kaufmann
0c2a50ec9e
Merge pull request #45603 from r-ryantm/auto-update/clipgrab
...
clipgrab: 3.6.8 -> 3.6.9
2018-08-26 20:11:22 +02:00
Timo Kaufmann
0e4160a3a1
pythonPackages.sympy: 1.1.1 -> 1.2
2018-08-26 19:56:44 +02:00
adisbladis
9336e893eb
buildGoPackage: Use go 1.11 by default
2018-08-27 00:56:59 +08:00
adisbladis
6d903a9407
gopherclient: Mark as broken
...
Package does not build
2018-08-27 00:56:56 +08:00
Jörg Thalheim
c7c04bb414
Merge pull request #45646 from bfortz/mixxx
...
mixxx: 2.0.0 -> 2.1.3
2018-08-26 17:05:49 +01:00
Graham Christensen
cca5717170
Merge pull request #45623 from bignaux/xkbd
...
xkbd: init at 0.8.18
2018-08-26 10:57:59 -04:00
Jaakko Luttinen
d4c25d4953
nano-wallet: 14.2 -> 15.2
2018-08-26 17:25:51 +03:00
Bignaux Ronan
63257c88c3
xkbd: init at 0.8.18
2018-08-26 15:06:52 +02:00
Jörg Thalheim
3d97ddce00
Merge pull request #45568 from sjau/master
...
Flexget: 2.14.9 -> 2.14.18
2018-08-26 14:01:53 +01:00
Florian Klink
a3099c9d35
subsurface: 4.7.5 -> 4.8.1 ( #45640 )
...
Currently build is broken due to some invalid use of incomplete type 'class QHeaderView':
https://hydra.nixos.org/build/76951177/nixlog/2
CC: @bkchr
2018-08-26 14:45:06 +02:00
Bernard Fortz
d41409cd8f
mixxx: 2.0.0 -> 2.1.3
2018-08-26 13:13:18 +02:00
Frederik Rietdijk
a04cf8fdb7
konversation: 1.7.4 -> 1.7.5
2018-08-26 12:18:28 +02:00
Frederik Rietdijk
b61b993b75
Merge master into staging
2018-08-26 12:10:05 +02:00
Augustin Borsu
359368f76f
jupyter: init
...
Top-level jupyter package that, given kernel definitions, can be used with
various kernels.
2018-08-26 12:00:54 +02:00
Augustin Borsu
16f4076c70
jupyter-kernel: init
...
This is a meta package for creating a jupyter notebook
kernel definition folder. It must be used in conjunction
with jupyter or jupyterhub to make different environements
availables.
2018-08-26 12:00:54 +02:00
Frederik Rietdijk
07ea150b5c
Merge pull request #45625 from emmanuelrosa/skype-8.28
...
Skype 8.28
2018-08-26 07:44:24 +02:00
Emmanuel Rosa
81d5061a19
skypeforlinux: 8.24.0.2 -> 8.28.0.41
2018-08-26 10:02:28 +07:00