Commit graph

29285 commits

Author SHA1 Message Date
Vladimír Čunát 24f0fa56a6
mesa: no more grsecurity support by default
Nixpkgs discontinued grsecurity support: #25277.
2017-05-06 11:59:48 +02:00
Eelco Dolstra 3b8f8951db
Merge remote-tracking branch 'origin/master' into staging 2017-05-04 20:23:38 +02:00
Frederik Rietdijk 77fba4a112 pythonPackages.pyproj: init at 1.9.5.1 2017-05-04 18:57:23 +02:00
Frederik Rietdijk 665df607fb pythonPackages.folium: init at 0.3.0 2017-05-04 16:19:56 +02:00
Frederik Rietdijk 2aeff6c05c pythonPackages.branca: init at 0.2.0 2017-05-04 16:19:56 +02:00
Lancelot SIX ff472837ea
pythonPackages.sqlalchemy_migrate: 0.10.0 -> 0.11.0 2017-05-03 23:17:56 +02:00
Lancelot SIX 7f5ddfe52f
pythonPackages.os-testr: 0.4.2 -> 0.8.1 2017-05-03 23:17:55 +02:00
Stefan Lau 03c519b2e2 rustRegistry: 2017-04-13 -> 2017-05-03 2017-05-03 21:35:23 +02:00
Nikolay Amiantov 61e5763694 sqlitebrowser: wrap Qt application 2017-05-03 18:00:22 +03:00
Domen Kožar eacb230a56
hlint: add as statically linked haskell binary 2017-05-03 14:02:56 +02:00
Frederik Rietdijk c520e79842 Merge remote-tracking branch 'upstream/master' into HEAD 2017-05-03 09:59:49 +02:00
Frederik Rietdijk 664ff4069c pythonPackages.magic-wormhole: fix build
- fixes build
- use buildPythonPackage and pass in individual packages

As mentioned in https://github.com/NixOS/nixpkgs/pull/20722 this
packages is both an application and a library.

If a package is both then we use buildPythonPackage and put it in
python-packages.nix. That way we can guarantee we use the correct
version of dependencies when using it as a library. Unfortunately, it
does mean the name of the package is prefixed with `pythonX.X-`.
2017-05-03 09:52:53 +02:00
Frederik Rietdijk 52b1995250 pythonPackages.os-testr: mark as broken 2017-05-03 09:42:33 +02:00
Frederik Rietdijk a6175a477c pythonPackages.pivy: disable on 3.x 2017-05-03 08:57:06 +02:00
Frederik Rietdijk 82e99edf31 pythonpackages.pywinrm: broken 2017-05-03 08:53:58 +02:00
Frederik Rietdijk 8017bc934e Merge pull request #25453 from LnL7/python-stevedore
python-stevedore: 1.7.0 -> 1.21.0
2017-05-03 08:46:32 +02:00
Frederik Rietdijk 97630b21c9 pythonPackages.pydot: fix build 2017-05-03 08:42:24 +02:00
Frederik Rietdijk d317e834c1 pythonPackages.pytestcov: never propagate pytest
Because we have multiple versions of pytest and we do not want to end up
with multiple in one closure.
2017-05-03 08:34:47 +02:00
Frederik Rietdijk 6d1408153c pythonPackages.setuptoolsTrial: do not depend on old pytest 2017-05-03 08:30:08 +02:00
Frederik Rietdijk a7b206bb89 pythonPackages.certifi: move to separate file 2017-05-03 08:19:58 +02:00
Matthew Bauer 1234825656 xsv: fix "has invalid meta attribute"
Without this there's an eval error, when running nix-env -f '<nixpkgs>'
--query --available --json.

  derivation ‘xsv-0.11.0’ has invalid meta attribute ‘override’
  derivation ‘xsv-0.11.0’ has invalid meta attribute ‘overrideDerivation’

[Bjørn: extend commit message.]
2017-05-02 21:04:34 +02:00
Daiderd Jordan 5217969f69
python-stevedore: 1.7.0 -> 1.21.0 2017-05-02 20:11:49 +02:00
Tim Steinbach a74632f6c2 Merge pull request #25440 from NeQuissimus/ammonite_0_8_4
ammonite: 0.8.3 -> 0.8.4
2017-05-02 13:42:49 -04:00
Changlin Li 75197be585 bfg repo cleaner: add top-level aliase (#25420)
Makes it easier to find and install this package.
2017-05-02 18:01:18 +02:00
Peter Simons 287e670462 Merge pull request #25390 from Hodapp87/rstudio_fix
rstudio: Fix recompilation issue with custom package set
2017-05-02 16:43:41 +02:00
Vladimír Čunát 1bcd56b6e6
Merge branch 'master' into staging
There's been a very large rebuild on master, unfortunately.
pytestcov conflict: I'm not really sure what should be propagated.
2017-05-02 16:01:48 +02:00
Tim Steinbach c13e328916
ammonite: 0.8.3 -> 0.8.4
Also rename package and add alias for the old name.
2017-05-02 08:56:20 -04:00
Tim Steinbach b5169fd277
linux: Add cgroups patches for 4.9, 4.10, 4.11 2017-05-02 08:49:39 -04:00
Vladimír Čunát 9ad1aaae53
lua5_{sec,1_sockets,expat}: convert to aliases
There's nothing better in these expressions than what we have in
lua-packages.nix
2017-05-02 14:00:44 +02:00
Lancelot SIX 770b3164be
pythonPackages.asgiref: fix double declaration
Fix a rebase error
2017-05-02 11:59:51 +02:00
Frederik Rietdijk 5bcfd2f56c Merge pull request #25407 from matthiasbeyer/add-toot
toot: init at 0.8.0 (including pythonPackages.beautifulsoup4 update)
2017-05-02 09:35:47 +02:00
Matthias Beyer 66c21e72e0 toot: init at 0.8.0 2017-05-02 09:30:26 +02:00
Lancelot SIX 068b46d576
pythonPackages.wokkel: disable for python3 2017-05-02 09:28:37 +02:00
Lancelot SIX 578e1cef93
pythonPackages.nevow: disable for python3 2017-05-02 09:28:36 +02:00
Lancelot SIX 3e06c611da
pythonPackages.klein: disable for python3 2017-05-02 09:28:36 +02:00
Lancelot SIX 528a452043
pythonPackages.twisted: 16.4.1 -> 17.1.0 2017-05-02 09:28:34 +02:00
Lancelot SIX d965c8e6e9
pythonPackages.asgi_redis: 1.0.0 -> 1.3.0 2017-05-02 09:28:34 +02:00
Lancelot SIX c767920189
pythonPackages.asgi_ipc: 1.2.0 -> 1.3.1 2017-05-02 09:28:33 +02:00
Lancelot SIX db0627336e
pythonPackages.asgiref: 1.0.0 -> 1.1.1 2017-05-02 09:28:28 +02:00
Lancelot SIX b1d16c731f
pythonPackages.automat: init at 0.5.0 2017-05-02 09:25:35 +02:00
Lancelot SIX 63fd2c7e62
pythonPackages.autobahn: 0.16.0 -> 0.18.2 2017-05-02 09:25:35 +02:00
Lancelot SIX 0743b0fb6e
pythonPackages.pytest-asyncio: init at 0.5.0 2017-05-02 09:25:30 +02:00
Lancelot SIX df79a19638
pythonPackages.constantly: init at 15.1.0 2017-05-02 09:24:46 +02:00
Lancelot SIX 687fe19a04
pythonPackages.txaio: 2.5.2 -> 2.7.0 2017-05-02 09:24:46 +02:00
Lancelot SIX 91b5290412
pythonPackages.m2r: init at 0.1.5 2017-05-02 09:24:42 +02:00
Peter Hoeg 13bca4ba2d rockboxutility: fix linking to Qt libs 2017-05-02 14:34:52 +08:00
Jörg Thalheim d08c717eff pythonPackages.cffi: 1.9.1 -> 1.10.0 2017-05-02 07:32:16 +02:00
Benjamin Staffin a027f103a0 Merge pull request #25423 from jammerful/shibboleth
nginx: Add Shibboleth Module
2017-05-01 21:02:39 -07:00
Shea Levy 207a0af06a Add linux 4.11 2017-05-01 19:04:45 -04:00
Michael Raskin 4099450bea Merge pull request #25414 from LnL7/darwin-nox
nox: fix darwin build
2017-05-02 00:25:07 +02:00