Michele Guerini Rocco
ca850897c8
pdns-recursor: 4.1.3 -> 4.1.4 ( #45984 )
2018-09-03 22:15:11 +02:00
tv
3dd579f7b1
urlwatch: 2.13 -> 2.14 ( #45989 )
2018-09-03 22:14:39 +02:00
baracoder
328cf82838
dotnet-sdk: 2.1.302 -> 2.1.401 ( #45979 )
2018-09-03 22:14:07 +02:00
Michele Guerini Rocco
114fe007db
pirate-get: 0.3.1 -> 0.3.2 ( #45975 )
2018-09-03 22:10:02 +02:00
volth
c36bfa7211
perlPackages.TestAggregate: broken with perl 5.26+ ( #46003 )
2018-09-03 22:04:05 +02:00
Jörg Thalheim
fc865cc214
Merge pull request #46005 from volth/patch-243
...
libguestfs-appliance: do not build on Hydra
2018-09-03 21:02:40 +01:00
Daniël de Kok
e33be2ab56
Keras: fix build by updating expected dependencies. ( #45992 )
...
Keras expects keras_preprocessing 1.0.2 and 1.0.4. 1.0.3 and 1.0.5
are respectively in nixpkgs.
ZHF #45960
2018-09-03 21:59:36 +02:00
Uli Baum
9889c0f241
Revert "[cpan2nix] perlPackages.GetoptLongDescriptive: 0.102 -> 0.103"
...
It broke perlPackages.MouseXGetOpt
This reverts commit ad47c381bd
.
2018-09-03 21:52:56 +02:00
Daniël de Kok
fe7e89ba3b
vowpal-wabbit: fix Darwin build.
...
- Follow the same logic for finding boost-python as for Linux.
- Set DYLD_LIBRARY_PATH so that ctypes find_library can find
boost-python.
- Do not use '-mt' suffix when linking against boost-serialization
and boost-program_options on Darwin.
2018-09-03 21:48:13 +02:00
Urban Skudnik
882f6c96d2
backblaze-b2: Fix autocompletion support
...
backblaze v1.3.6 incorporates[1] a fix[2] for autocompletion that replaced
`have` function with `_have`. The postInstall hook therefore needs
to be updated to replace `_have`.
[1] https://github.com/Backblaze/B2_Command_Line_Tool#136-august-21-2018
[2] https://github.com/Backblaze/B2_Command_Line_Tool/pull/497
2018-09-03 20:45:32 +01:00
José Romildo Malaquias
059c0ac6eb
qt5dxcb-plugin: init at 1.1.11 ( #45966 )
2018-09-03 21:37:54 +02:00
Michele Guerini Rocco
395d9077b2
ddcutil: 0.9.1 -> 0.9.2 ( #45977 )
2018-09-03 21:37:01 +02:00
worldofpeace
507dfccdf8
photoflow: mark broken for aarch64
2018-09-03 15:31:12 -04:00
volth
ac52817bd9
libguestfs-appliance: do not build on Hydra
2018-09-03 19:08:20 +00: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
Dmitry Kalinkin
f46d23996c
Revert "arrow-cpp: 0.9.0 -> 0.10.0" ( #45990 )
...
Hold off the upgrade until parquet 1.5.0 is released.
This reverts commit 72d630779d
.
2018-09-03 20:51:28 +02: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
Matthieu Coudron
97816bed33
pythonPackages.alot: install zsh completion
2018-09-04 02:22:58 +09: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
worldofpeace
9069908680
amule: fix build
2018-09-03 12:59:18 -04:00
Eelco Dolstra
b06ad6199f
nix.perl-bindings: Fix build
2018-09-03 17:35:39 +02:00
Tim Steinbach
5fccac2b8d
kernel: Remove Copperhead
...
The patches are unmaintained and suggest a false sense of security
2018-09-03 11:18:11 -04:00
Eelco Dolstra
eac06ed070
Manual: Random indentation fixes
2018-09-03 17:13:46 +02:00
Vladimír Čunát
3db3ae3700
fixup! treewide: fix various links (homepage, src)
2018-09-03 16:54:14 +02:00
Vladimír Čunát
9b48a67731
treewide: fix various links (homepage, src)
2018-09-03 16:53:02 +02:00
Vladimír Čunát
0d388e1bb6
aefs: fix meta.homepage
2018-09-03 16:29:35 +02:00
Vladimír Čunát
956790acaf
Merge #45974 : purple-matrix: 2016-07-11 -> 2018-08-02
2018-09-03 16:14:17 +02:00
Jörg Thalheim
5f598234c6
Merge pull request #45983 from volth/patch-241
...
perlPackages.UNIVERSALref: broken with perl 5.26+
2018-09-03 14:52:11 +01:00
Daniël de Kok
875bb6bcb9
vowpalwabbit: fix build against boost-python.
...
Patch setup.py to look for libboost_python{Major}{Minor}.
2018-09-03 15:47:04 +02:00
volth
9173c37e05
perlPackages.UNIVERSALref: broken with perl 5.26+
2018-09-03 13:15:43 +00:00
rnhmjoj
5a27c2bdcd
vapoursynth: R43 -> R44
2018-09-03 15:09:28 +02:00
rnhmjoj
56a35b39f7
vapoursynth-mvtools: 19 -> 20
2018-09-03 15:09:20 +02:00
Vladimír Čunát
0a5b8ef8c4
knot-dns: 2.7.1 -> 2.7.2
...
https://lists.nic.cz/pipermail/knot-dns-users/2018-August/001423.html
2018-09-03 14:40:34 +02:00
Vladimír Čunát
8d7439eb19
tarball job: more --show-trace
...
Without that I couldn't well do the grandparent commit.
2018-09-03 14:24:42 +02:00
Domen Kožar
66d6e847bb
nix-prefetch-git: needs findutils as it depends on find/xargs
2018-09-03 13:23:16 +01:00
rnhmjoj
7a58a44474
imv: 2.1.3 -> 3.0.0
2018-09-03 14:22:32 +02:00
Vladimír Čunát
608730af44
lib/trivial.nix: fix missing parens
...
Broken in 62dca7c9a; the tricky thing is that it depends on nix version.
Explanation: https://github.com/NixOS/nix/issues/629
2018-09-03 14:18:26 +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
Bas van Dijk
252c0d4c82
opencv: 3.4.2 -> 3.4.3
2018-09-03 12:38:50 +02:00
Austin Seipp
185f0015f2
opendht: rework module to use autoreconfHook, and use multiple outputs
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-09-03 03:23:32 -05:00
Jörg Thalheim
d1c6c32230
Merge pull request #45964 from Mic92/irc
...
python.pkgs.irc: 14.2.2 -> 16.4
2018-09-03 01:36:07 +01:00
Jörg Thalheim
35c9408ca4
python.pkgs.irc: 14.2.2 -> 16.4
2018-09-03 01:25:03 +01:00
Jörg Thalheim
9bc1b13983
python.pkgs.jaraco_logging: 1.5 -> 1.5.2
2018-09-03 01:25:03 +01:00
Jörg Thalheim
7cd2bf48f7
python.pkgs.jaraco_text: 1.7 -> 1.10.1
2018-09-03 01:25:02 +01:00
Jörg Thalheim
c4bf056c08
python.pkgs.jaraco.collections: 1.3.2 -> 1.5.3
2018-09-03 01:25:02 +01:00
Jörg Thalheim
6b1b6c84bf
python.pkgs.jaraco.itertools: 1.7.1 -> 2.4
2018-09-03 01:25:02 +01:00
Jörg Thalheim
b3e9520a0c
python.pkgs.jaraco.classes: 1.4 -> 1.5
2018-09-03 01:25:01 +01:00