1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

106902 commits

Author SHA1 Message Date
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
Cray Elliott cebce78be9 mwprocapture: fix compile on linux 4.11 2017-05-03 00:11:22 -07: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 3dfa709706 pythonPackages.line_profiler: fix build 2017-05-03 08:50:48 +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
Frederik Rietdijk 8d52769ef2 Merge pull request #25459 from LnL7/darwin-gdal
gdal: fix darwin build
2017-05-03 08:13:51 +02:00
Frederik Rietdijk 9e48fc3268 Merge pull request #24131 from nand0p/buildbot-0.9.5
buildbot: 0.9.4 -> 0.9.5
2017-05-03 07:56:29 +02:00
Pascal Wittmann c5a5ac1ef7 Merge pull request #25471 from aneeshusa/update-mosh-to-1.3.0
mosh: 1.2.6 -> 1.3.0
2017-05-03 07:33:44 +02:00
Daniel Peebles a91813023b Merge pull request #25467 from jammerful/shibservice
shibboleth-sp module: Set Config File Path for FastCGI Units
2017-05-02 21:14:57 -04:00
jammerful d8c1977bb5 shibboleth-sp module: Set Config File Path for FastCGI Units
Without this environment variable both shibauthorizer and
shibresponder default to ${pkgs.shibboleth-sp}etc/shibboleth/shibboleth2.xml
2017-05-02 19:58:03 -04:00
Michael Raskin c42f9a81ef Merge pull request #25466 from aneeshusa/fix-meta-platforms-treewide
treewide: meta.platform -> meta.platforms
2017-05-03 01:44:10 +02:00
Aneesh Agrawal bc4e30a12b mosh: 1.2.6 -> 1.3.0
Release announcement is available at
http://mailman.mit.edu/pipermail/mosh-users/2017-March/000341.html.
2017-05-02 19:39:25 -04:00
Victor Calvert 3d27a84a1c tomb: 2.2 -> 2.4 (#25465) 2017-05-03 00:32:51 +01:00
Aneesh Agrawal ded7953478 treewide: meta.platform -> meta.platforms 2017-05-02 19:32:02 -04:00
Thomas Tuegel 572fd3de58
dropbox: 24.4.17 -> 25.4.28 2017-05-02 16:18:25 -05:00
aszlig 9dca737d62
Merge pull request #15353 (improve xrandrHeads)
When you have a setup consisting of multiple monitors, the default is
that the first monitor detected by xrandr is set to the primary monitor.

However this may not be the monitor you need to be set as primary. In
fact this monitor set to primary may in fact be disconnected.

This has happened for the original submitter of the pull request and it
affected these programs:

 * XMonad: Gets confused with Super + {w,e,r}
 * SDDM: Puts the login screen on the wrong monitor, and does not
         currently duplicate the login screen on all monitors
 * XMobar: Puts the XMobar on the wrong monitor, as it only puts the
           taskbar on the primary monitor

These changes should fix that not only by setting a primary monitor in
xrandrHeads but also make it possible to make a different monitor the
primary one.

The changes are also backwards-compatible.
2017-05-02 23:14:26 +02:00
Daiderd Jordan 516f909acb
gdal: fix darwin build 2017-05-02 22:21:03 +02:00
Michael Raskin beff1984f4 qtinstaller: build submodule-style 2017-05-02 21:47:07 +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
Ioannis Koutras cc4e2505e4 efivar: 31 -> 30
According to the release page, version 31 of efivar is still considered
as a pre-release and the sha256sum has changed at least once. This commit
switches to the last, stable release.
2017-05-02 20:56:36 +02:00
Matthew Bauer aac48708c1 jing-trang: supports all unix
This is needed to build the manual on macOS.
2017-05-02 20:52:19 +02:00
Daiderd Jordan 5217969f69
python-stevedore: 1.7.0 -> 1.21.0 2017-05-02 20:11:49 +02:00
John Wiegley b88296818d
libidn2: Correct a broken darwin patch 2017-05-02 10:46:06 -07: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
Jörg Thalheim b48be4616d Merge pull request #25419 from volth/google-chrome-remove-gcc-dependency
google-chrome: remove dependency on gcc
2017-05-02 19:05:11 +02:00
Jörg Thalheim 7be7902990
zfsUnstable: mark as incompatible with 4.11 (since rc3) 2017-05-02 18:15:53 +02: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
Daniel Peebles 436ece25b6 Merge pull request #25422 from jammerful/shibservice
Add Shibboleth Service Provider Module
2017-05-02 11:47:41 -04:00
jammerful 9f18af5991 Add Shibboleth Service Provider Module 2017-05-02 11:29:58 -04:00
Rok Garbas ec7f620831 neovim-remote: 1.4.0 -> 1.6.0 2017-05-02 16:57:40 +02:00
Rok Garbas 33960efb13 neovim-qt: 0.2.6 -> 0.2.7 2017-05-02 16:57:40 +02:00
Rok Garbas fe3c124064 neovim: 0.1.7 -> 0.2.0 2017-05-02 16:57:40 +02:00
Thomas Tuegel e9b1522dd3 Merge pull request #25413 from utdemir/patch-1
Fix documentation of emacsWithPackages
2017-05-02 09:44:37 -05: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
Robert Tröger e026fb4852 kgpg: Added gnupg1 as runtime dependency (#25356) 2017-05-02 15:11:09 +01:00
Michael Raskin a841935d4b Merge pull request #25439 from NeQuissimus/linux_4_11_cgroups
linux: Add cgroups patches for 4.9, 4.10, 4.11
2017-05-02 15:03:42 +02:00
Pascal Wittmann cac205c252 Merge pull request #25436 from romildo/upd.cmst
cmst: 2016.10.03 -> 2017.03.18
2017-05-02 15:00:04 +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 d7501b986a
luajit: 2.1.0-beta2 -> 2.1.0-beta3
The removal of `luaL_reg` alias caused lots of breakage.
Only sysdig and knot-resolver needed (also) other changes.
2017-05-02 14:00:45 +02: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
romildo ed76d724d3 cmst: 2016.10.03 -> 2017.03.18 2017-05-02 08:50:55 -03:00
Pascal Wittmann de48ca0466 Merge pull request #25425 from romildo/upd.connman
connman: 1.33 -> 1.34
2017-05-02 12:21:22 +02:00
Lancelot SIX 770b3164be
pythonPackages.asgiref: fix double declaration
Fix a rebase error
2017-05-02 11:59:51 +02:00