Commit Graph

51694 Commits

Author SHA1 Message Date
rnhmjoj
3c212d9271
pythonPackages.selenium: 3.6.0 -> 3.8.1 2018-08-08 02:20:54 +02:00
Tim Steinbach
b4fa7528d0
liblognorm: 1.1.2 -> 2.0.5 2018-08-07 19:49:58 -04:00
Tim Steinbach
146eee4464
libfastjson: 0.99.4 -> 0.99.8 2018-08-07 19:49:58 -04:00
Austin Seipp
d3b51ab973 libtorrentRasterbar: multi outputs, install python2/3 bindings
Also fixes the Deluge build, which relied on .out and .python
being the same.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-07 18:40:39 -05:00
Robert Schütz
fbb60556f8 python.pkgs.tidylib: 0.2.4 -> 0.3.2
fixes #44581
2018-08-08 01:29:54 +02:00
Robert Schütz
80bf2e3641
Merge pull request #44599 from jyp/tensorflow-1.9
Update to tensorflow 1.9
2018-08-08 00:30:34 +02:00
Vincent Laporte
805bc58d08 ocamlPackages.sequence: 0.10 -> 1.1 (#44628) 2018-08-07 21:28:46 +02:00
Michael Weiss
90b27d020b pythonPackages.scapy: Add support for the manuf database from Wireshark
This file contains "Ethernet vendor codes, and well-known MAC
addresses".
2018-08-07 19:14:10 +02:00
Michael Weiss
f9291887af pythonPackages.scapy: Add optional dependencies 2018-08-07 18:55:48 +02:00
Janne Heß
25f4a12bc4 smarty3-i18n: Init at 1.0 (#44622) 2018-08-07 18:26:49 +02:00
Thomas Kerber
9e727bfc72 libunity: do not use alias in dependencies (#44617)
Fixes broken nixpkgs.tarball hydra build.
See #44299
2018-08-07 17:14:33 +02:00
Uli Baum
33b71398fc bazel_0_4: mark as broken
build has failed since 2018-04-29
2018-08-07 16:53:36 +02:00
Timo Kaufmann
291018b34e arb: 2.13.0 -> 2.14.0 (#44600) 2018-08-07 16:38:34 +02:00
Tim Steinbach
47e51aad09
sbt: 1.2.0 -> 1.2.1 2018-08-07 08:35:57 -04:00
Jan Tojnar
93168d887c
bustle: fix build 2018-08-07 12:08:10 +02:00
Vladyslav M
23fd014bf1 reason: 3.0.4 -> 3.3.2 (#44593) 2018-08-07 11:58:21 +02:00
adisbladis
90b5798090
Merge pull request #44534 from LnL7/elixir-1.7.2
elixir: 1.7.0 -> 1.7.2
2018-08-07 17:48:54 +08:00
Jean-Philippe Bernardy
8162378401 python.pkgs.tensorflow 1.7.0 -> 1.9.0 2018-08-07 11:42:36 +02:00
Robert Schütz
d71dbf2f87 python.pkgs.tensorflow-tensorboard: 1.7.0 -> 1.9.0 2018-08-07 11:40:31 +02:00
Robert Schütz
746aae0e55
Merge pull request #44571 from kalbasit/nixpkgs-update-mycli
mycli: 1.6.0 -> 1.17.0
2018-08-07 10:49:37 +02:00
Robert Schütz
0359f150cd python.pkgs.tokenserver: 1.2.27 -> 1.3.1 2018-08-07 10:46:51 +02:00
Robert Schütz
0a6d4b669b python.pkgs.pyfxa: init at 0.6.0 2018-08-07 10:46:51 +02:00
Michael Alan Dorman
8df4d87aee xmonad, xmonad-contrib, xmonad-extras: remove superfluous config
xmonad and xmonad-contrib no longer require patches, and
xmonad-contrib and xmonad-extras no longer need to be jailbroken.
2018-08-07 09:25:35 +02:00
Moritz Angermann
e1d180725b Update generic-builder.nix
Drop `hasActiveLibrary` altogether. The condition is wrong, `isLibrary` is the correct one. We can have non-static, non-shared libraries as well.
2018-08-07 09:25:35 +02:00
Moritz Angermann
e4a61c8b6e [haskell/generic-builder] windows always has an active library
This commit is not really correct. The `hasActiveLibrary` check is wrong.
We can have an active library even if we do not ask for a static lirbary or
dynamic one; we can still have just a set of objet files and archives.
2018-08-07 09:25:35 +02:00
Peter Simons
10b923930c hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.10.2 from Hackage revision
e35bfea89e.
2018-08-07 09:25:35 +02:00
Domen Kožar
750e4888f8 hackage2nix: update list of failing Hydra builds
Ping @jb55 for broken "skeletons".
Ping @khumba for broken "hoppy-*".
2018-08-07 09:25:33 +02:00
Peter Simons
5bd2ca749d LTS Haskell 12.5 2018-08-07 09:25:33 +02:00
Wael M. Nasreddine
16cfc2a602
pythonPackages.pymysql: 0.6.6 -> 0.9.2; move to python-modules 2018-08-07 00:18:18 -07:00
Wael M. Nasreddine
1faec393f1
pythonPackages.cli-helpers: init at 1.0.2 2018-08-06 23:43:56 -07:00
Jörg Thalheim
9d825127b5
Merge pull request #44567 from LnL7/python-language-server
python-language-server: 0.18.0 -> 0.19.0
2018-08-07 01:25:38 +01:00
Austin Seipp
8397411b40 Revert "libtorrentRasterbar: multi outputs, install python2/3 bindings"
This reverts commit d8e62d202d.
2018-08-06 16:33:38 -05:00
Austin Seipp
d8e62d202d libtorrentRasterbar: multi outputs, install python2/3 bindings
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-06 16:23:36 -05:00
xeji
937e402b35
Merge pull request #44555 from markuskowa/mpich-cleanup
mpich2: cleanup derivation, rename to mpich
2018-08-06 23:17:47 +02:00
volth
8835240895 libvirt: 4.5.0 -> 4.6.0 (#44566) 2018-08-06 23:15:06 +02:00
Franz Pletz
459a34ce5f
openssl_1_1_0: add patch to fix c_rehash quoting 2018-08-06 22:49:29 +02:00
Maximilian Bosch
ea36b975ab pythonPackages.asana: 0.7.0 -> 0.7.1 (#44561)
Also fixed the package build from
https://hydra.nixos.org/build/78900949.

`requests_oauthlib` seems to work fine at version 1.0 with `asana`, so
rather than creating our own override for `asana` it's fine to use 1.0
and patch `setup.py`.
2018-08-06 22:24:24 +02:00
leenaars
040bbfab60 pythonPackages.fire: init at 0.1.3 (#44493) 2018-08-06 21:33:34 +02:00
Robert Schütz
b1e7c4ca25 python.pkgs.asgiref: disable for python < 3.5 2018-08-06 21:31:48 +02:00
Maximilian Bosch
3819c542ba python3Packages.asgiref: 2.2.0 -> 2.3.2 (#44563)
2.3.2 supports async-timeout@3.x which fixes https://hydra.nixos.org/build/78889815.
2018-08-06 21:29:19 +02:00
Daiderd Jordan
5b2ff69544
python-language-server: add providers option
Adding all of the extra dependencies isn't always desirable and
overriding a bunch of inputs is a bit cumbersome and brittle.

eg.

python-language-server.override { providers = ["rope"]; }
2018-08-06 20:41:52 +02:00
Daiderd Jordan
d12afcf734
python-language-server: 0.18.0 -> 0.19.0 2018-08-06 19:48:24 +02:00
James Wood
9934f0bb51 AgdaStdlib: 0.15 -> 0.16 (#44550) 2018-08-06 18:39:11 +02:00
Markus Kowalewski
ef301cc2a8
mpich: change platform to linux only 2018-08-06 16:59:41 +02:00
Jörg Thalheim
0da0868608
Merge pull request #44551 from fgaz/duktape
duktape: 2.2.1 -> 2.3.0
2018-08-06 14:29:54 +01:00
Markus Kowalewski
87925f0ba6
mpich2: cleanup, rename to mpich
* mpich2 -> mpich
* remove slurm dependency
* use most recent gfortran
* turn enableParallelBulding on
* ensure mpi[cc,cxx,fort] uses default compilers it was built with
2018-08-06 15:27:32 +02:00
Francesco Gazzetta
77c0760ee6 duktape: 2.2.1 -> 2.3.0 2018-08-06 13:15:50 +02:00
Jan Tojnar
10dd73b5e2
keybinder: remove GTK3 dependency
kyebinder never supported GTK 3, only keybinder-3.0 (keybinder3 package) does.

This effectively reverts c0c835dcce
2018-08-06 12:23:13 +02:00
Silvan Mosberger
e10db2f676
Merge pull request #44435 from aanderse/pecl-oci8
php*Packages.oci8: init at 2.1.8
2018-08-05 23:29:19 +02:00
xeji
b49b03a8c6
Merge pull request #44483 from imuli/idris-quantities
idrisPackages: add quantities library
2018-08-05 23:03:59 +02:00