Commit graph

27687 commits

Author SHA1 Message Date
Eelco Dolstra
b70a979c69
Remove unnecessary "sort" call
attrNames already returns names in sorted order.
2017-02-01 20:29:34 +01:00
Frederik Rietdijk
fae20e6c29 pythonPackages.ipywidgets: disable tests 2017-02-01 18:24:23 +01:00
Frederik Rietdijk
3eadbb746c pythonPackages.numexpr: 2.6.1 -> 2.6.2 2017-02-01 18:24:23 +01:00
Frederik Rietdijk
5cd9e1c8f2 pythonPackages.pandocfilters: 1.3.0 -> 1.4.1 2017-02-01 18:24:23 +01:00
Frederik Rietdijk
2d062241ea pythonPackages.xarray: 0.8.2 -> 0.9.1 2017-02-01 18:24:22 +01:00
Frederik Rietdijk
9f74012250 pythonPackages.testpath: init at 0.3 2017-02-01 18:24:22 +01:00
Eelco Dolstra
9d6a55aefd
~/.nixpkgs -> ~/.config/nixpkgs
The former is still respected as a fallback for config.nix for
backwards compatibility (but not for overlays because they're a new
feature).
2017-02-01 16:07:55 +01:00
Eelco Dolstra
7dacca324d
$NIXPKGS_OVERLAYS -> <nixpkgs-overlays>
The Nix search path is the established mechanism for specifying the
location of Nix expressions, so let's use it instead of adding another
environment variable.
2017-02-01 16:07:54 +01:00
Eelco Dolstra
86fe7a40ac
Only read overlays ending in .nix
For example, this prevents Nix from barfing on editor backup files in
~/.nixpkgs/overlays.
2017-02-01 16:07:54 +01:00
Vladimír Čunát
a2e7770b51
Merge branch 'master' into staging
There have been some larger security rebuilds on master.
2017-02-01 15:56:35 +01:00
Lancelot SIX
9d1e203501
pythonPackages.pytest-pep257: 0.0.1 -> 0.0.5 2017-02-01 15:11:45 +01:00
Frederik Rietdijk
4188e6cbf6 pythonPackages.tabulate: 0.7.5 -> 0.7.7 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
cd7e95ac9a pythonPackages.requests2: 2.11.1 -> 2.13.0 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
400da71551 pythonPackages.pexpect: 3.3 -> 4.2.1 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
a75aa2cddb pythonPackages.bottleneck: 1.0.0 -> 1.2.0 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
4677b6cf84 pythonPackages.notebook: 4.2.3 -> 4.3.2 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
68bb54a89b pythonPackages.nose-exclude: 0.4.1 -> 0.5.0 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
ac5df23fcf pythonPackages.nbformat: 4.0.1 -> 4.2.0 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
286a7eb59b pythonPackages.nbconvert: 4.2.0 -> 5.1.1 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
8fa286ecc1 pythonPackages.multipledispatch: 0.4.8 -> 0.4.9 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
c39c463e7a pythonPackages.jupyter_core: 4.2.0 -> 4.2.1 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
f3d91ee84a pythonPackages.jinja2: 2.8 -> 2.9.5 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
2a6901dc28 pythonPackages.ipython: 5.2.0 -> 5.2.1 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
f677eb6bae pythonPackages.ipyparallel: 5.2.0 -> 6.0.0 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
27d4cd47e3 pythonPackages.ipykernel: 4.5.1 -> 4.5.2 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
9e4271551e pythonPackages.entrypoints: 0.2.1 -> 0.2.2 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
1658e7a80c pythonPackages.cytoolz: 0.8.0 -> 0.8.2 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
4d57cd49c2 pythonPackages.configparser: 3.3.0r2 -> 3.5.0 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
695ff0dc09 pythonPackages: new fetchers
Inspired by https://github.com/NixOS/nixpkgs/pull/22257.
It is recommend to use fetchpypi and, when fetching a wheel, to pass
`format = "wheel"` (typically you can just `inherit format;`).

The hash type is fixed (for now) because this is the hash type PyPI
uses.
2017-02-01 14:54:20 +01:00
Frederik Rietdijk
dd934beb9f Merge pull request #22326 from leenaars/lpod-py-regular
pythonPackages.lpod: fix missing dependency
2017-02-01 13:07:51 +01:00
Peter Simons
bd613c20f4 Merge pull request #22197 from LumiGuide/ghcjsHEAD-upgrade
ghcjs-HEAD: upgrade to the latest HEAD
2017-02-01 11:45:52 +01:00
Vincent Laporte
7ace1b1ced luaPackages.luazlib: 0.4 -> 1.1 2017-02-01 08:44:52 +01:00
Vincent Laporte
0860b8d5d1 luaPackages.luazlib: fix on darwin 2017-02-01 08:44:52 +01:00
Nikolay Amiantov
1426779072 portmap: remove
rpcbind is used instead
2017-02-01 02:44:56 +03:00
Michiel Leenaars
5e57536ace pythonPackages.lpod: fix missing dependency 2017-01-31 23:03:37 +01:00
Lancelot SIX
7680786f90
pythonPackages.pep257: 0.3.2 -> 0.7.0 2017-01-31 22:39:22 +01:00
Peter Hoeg
887590e1d2 wireshark: use cmake and move to gtk3/qt5
wireshark used to use autotools, but instead we now use cmake. The
change alone brought to light a few missing required dependencies.

Additionally, wireshark was using gtk2 and qt4, so that has changed to
gtk3 and qt5.
2017-01-31 21:20:12 +01:00
Vladimír Čunát
557fd03926
Merge #22310: Remove myself from maintainers 2017-01-31 14:56:24 +01:00
Matthias Beyer
904bcb391d
yaft: init at 0.2.9 2017-01-31 13:20:26 +01:00
Damien Cassou
58dc8e3024
Remove myself from maintainers 2017-01-31 11:00:14 +01:00
Matthias Beyer
3ccc139b3d cataract: init at 1.1.0 and HEAD 2017-01-31 09:20:08 +00:00
Frederik Rietdijk
18ac28b45d Merge pull request #22280 from lsix/pytest_defaults_to_30
python*Packages.pytest: defaults to pytest_30
2017-01-31 09:48:38 +01:00
Orivej Desh
d409d23945 pidgin-xmpp-receipts: init at 0.7 2017-01-31 09:33:30 +01:00
Lancelot SIX
4cf8ae3a8c
pythonPackages.pytest: use pytest_30 2017-01-31 09:33:05 +01:00
Tim Digel
e2bf0416a9 pgroonga: init at 1.1.9 2017-01-31 09:27:36 +01:00
Vincent Laporte
61c48d9c45 luaPackages.luaexpat: fix build on darwin 2017-01-31 05:12:16 +00:00
Franz Pletz
1128726064 Merge pull request #22305 from jbaum98/smartmontools
smartmontools: 6.4 -> 6.5 and fix segfault on darwin
2017-01-31 06:04:17 +01:00
Jake Waksbaum
a9afa48915
smartmontools: 6.4 -> 6.5 and fix segfault on darwin 2017-01-30 22:09:21 -05:00
Nikolay Amiantov
84ee358735 pythonPackages.scandir: init at 1.4 2017-01-31 03:27:09 +03:00
Nikolay Amiantov
20b8212a14 pythonPackages.chainmap: init at 1.0.2 2017-01-31 03:27:09 +03:00
Alexey Shmalko
682e7a3643 Merge pull request #22281 from vifino/master
wmutils-opt: init at v1.0
2017-01-30 22:44:30 +02:00
Adrian Pistol
f6e2772cd3 wmutils-opt: init at v1.0 2017-01-30 20:42:16 +00:00
Lancelot SIX
c6c2137a9c
pythonPackages.hypothesis: 3.5.2 -> 3.6.0 2017-01-30 21:15:56 +01:00
Vladimír Čunát
612333a770
knot-resolver: yet another attempt to fix build on Darwin 2017-01-30 20:08:16 +01:00
Vladimír Čunát
9cd2dbc569
Merge branch 'master' into staging
Hopefully this will fix the mass abortion on Hydra;
restarting the jobs didn't help.
2017-01-30 18:39:36 +01:00
Frederik Rietdijk
e4f739fa2f Merge pull request #22003 from lsix/update_matplotlib
pythonPackages.matplotlib: 1.5.3 -> 2.0.0
2017-01-30 18:19:16 +01:00
Rob Vermaas
b8fec2384e
boto: upgrade 2.42.0 to 2.45.0
(cherry picked from commit 5fff5a902594b34471b613eb2babcec923e1e1f1)
2017-01-30 15:53:02 +00:00
Rahul Gopinath
19180957f5 ruby_1_9: remove package
Remove ruby 1.9 since it is EOLed upstream
2017-01-30 11:18:44 +00:00
Eelco Dolstra
5fdc6db957
Revert "add nix-prefetch-source (#21734)"
This reverts commit ca38ef79e9 due its
use of importJSON and external source info files, which is
non-idiomatic.
2017-01-30 11:44:15 +01:00
Alexey Shmalko
2dc87881b0 Merge pull request #22283 from asymmetric/siji
siji: init at 2016-05-14
2017-01-30 12:35:15 +02:00
Lorenzo Manacorda
0ecde73b91 siji: init at 2016-05-14 2017-01-30 11:32:52 +01:00
Vaibhav Sagar
63f609b1a4 ihaskell: remove service configuration. (#22268)
See #22047. This change should be reverted after IHaskell has been
updated to support GHC 8.
2017-01-30 08:38:42 +01:00
Niklas Thörne
2eb8163fae bashdb: init at 4.4-0.92 (#22275) 2017-01-29 23:05:04 +01:00
regnat
0abc1a7668 alot : 0.3.7 -> 0.5 2017-01-29 19:45:58 +01:00
Tom Doggett
fe6c4eb8e6
gcalcli: init at 3.4.0 2017-01-29 17:00:05 +01:00
Tuomas Tynkkynen
424cfe7686 Merge remote-tracking branch 'upstream/master' into staging 2017-01-29 02:16:29 +02:00
Tuomas Tynkkynen
2f38d1fd1f kmscube: init at 2016-09-19 2017-01-29 02:08:04 +02:00
Arseniy Seroka
d948e55c27 Merge pull request #22240 from pradeepchhetri/openconnect
openconnect: 7.06 -> 7.08
2017-01-29 02:13:14 +03:00
Pradeep Chhetri
56ed9f8b94 openconnect: 7.06 -> 7.08 2017-01-29 02:46:19 +05:30
Lluís Batlle i Rossell
57625514f4 Adding nuttcp. 2017-01-28 20:40:21 +01:00
Frederik Rietdijk
fc83bdc147 Merge pull request #22232 from teh/dask-update
Dask update
2017-01-28 20:07:01 +01:00
Robert Helgesson
588f4b7098
perl-HTML-Tiny: add meta section 2017-01-28 19:26:33 +01:00
Robert Helgesson
cf7f34a1aa
perl-IO-CaptureOutput: 1.1103 -> 1.1104
Also add meta section.
2017-01-28 19:26:23 +01:00
Robert Helgesson
44eedb927a
perl-List-Compare: 0.39 -> 0.53
Note, the previous package version was in error. Fixes #22234.
2017-01-28 19:07:39 +01:00
Vincent Laporte
23894b77a7 ocamlPackages.dolmen: init at 0.2
dolmen is an OCaml library providing clean and flexible parsers for input languages

Homepage: https://github.com/Gbury/dolmen
2017-01-28 17:40:48 +00:00
Tom Hunger
541d645eb0 dask: 0.11.0 -> 0.13.0 2017-01-28 17:00:32 +00:00
Tom Hunger
62e95a4235 toolz: 0.8.0 -> 0.8.2 2017-01-28 17:00:17 +00:00
Tom Hunger
96f08f809a distributed: 1.13.3 -> 1.15.1 2017-01-28 17:00:00 +00:00
Tom Hunger
b1a1eefc13 partd: 0.3.6 -> 0.3.7 2017-01-28 16:59:41 +00:00
Tom Hunger
d419fb6b1f s3fs: 0.0.4 -> 0.0.8 2017-01-28 16:59:27 +00:00
Tom Hunger
dfc098cedf zict: 0.0.3 -> 0.1.1 2017-01-28 16:59:14 +00:00
Tom Hunger
aaf5a2b80c cloudpickle: 0.2.1 -> 0.2.2 2017-01-28 16:58:56 +00:00
Tom Hunger
b90737aff3 sortedcollections: init at 0.4.2 2017-01-28 16:58:18 +00:00
Kevin Cox
c09690b354
Revert "libmsgpack_1_4: remove"
This reverts commit ff89e81898.

There are references to this variable.
2017-01-28 11:14:31 +00:00
Marius Bergmann
1d6c853860 termite: unbreak by packaging vte-ng
termite broke when upgrading Gnome, as this removed a dependency from
the tree. I packaged this dependency (vte-ng) based upon the work of
@globin in https://github.com/NixOS/nixpkgs/issues/22026.
2017-01-28 01:06:24 +01:00
Christopher League
c1c7d2894d vokoscreen: init at 2.5.0
vokoscreen is an easy to use screencast creator to record educational
videos, live recordings of browser, installation, videoconferences, etc.

It uses Qt5 and ffmpeg.
2017-01-27 16:08:34 -05:00
Tadas Barzdzius
129c4ebfed rustRegistry: 2017-01-08 -> 2017-01-27 2017-01-27 22:07:34 +01:00
Robin Gloster
ff89e81898
libmsgpack_1_4: remove 2017-01-27 22:03:23 +01:00
Robin Gloster
52be026bba
libmsgpack_0_5: remove 2017-01-27 21:59:16 +01:00
Robin Gloster
426b61a1c7
openssl_1_0_1: remove 2017-01-27 21:29:53 +01:00
Robin Gloster
c466e31a0f
libressl_2_3: remove 2017-01-27 20:39:32 +01:00
Robin Gloster
c67805ff17
llvmPackages_36: remove 2017-01-27 20:12:54 +01:00
Robin Gloster
aa686fe5c3
gnutls33: remove 2017-01-27 18:37:24 +01:00
Robin Gloster
e11f8dc72d
miraclecast: remove obsolete enableKDbus flag 2017-01-27 18:24:06 +01:00
Franz Pletz
ae3fc70ede Merge pull request #22124 from mayflower/feature/frab
frab: init at 2016-12-28 & module
2017-01-27 17:15:05 +01:00
Svein Ove Aas
3d78976c58 nginx-config-formatter: init at 2016-06-16 (#22179) 2017-01-27 16:52:20 +01:00
Robin Gloster
8769ddc823
apacheHttpd_2_2: remove 2017-01-27 15:33:54 +01:00
Joachim F
da1cd49747 Merge pull request #22193 from Gabriel439/gabriel/dhallToNix
Add a `pkgs.dhallToNix` utility
2017-01-27 13:21:30 +01:00
Lancelot SIX
bf23aaf893
docker_compose: 1.9.0 -> 1.10.0 2017-01-27 12:38:12 +01:00
Lancelot SIX
2aaa39a249
pythonPackages.docker: 1.10.6 -> 2.0.2 2017-01-27 12:38:05 +01:00