Commit Graph

152231 Commits

Author SHA1 Message Date
Uli Baum
bd02a1931a pythonPackages.pyfakefs: fix darwin build
One test failed on darwin due to case-insensitive file system,
disable it.
2018-09-10 22:42:23 +02:00
Uli Baum
bc036397a3 pythonPackages.pydub: fix aarch64 build
one test failed due to rounding errors, disable it
2018-09-10 22:36:14 +02:00
Uli Baum
40c469e56b pythonPackages.pydub: remove obsolete patch 2018-09-10 18:19:01 +02:00
Uli Baum
80ecef8e4b pythonPackages.pydub: fix build and tests
- remove obsolete patch that caused build failure
- no tests were run because required data files were missing in pypi
  version; use github version instead
2018-09-10 18:05:40 +02:00
Uli Baum
d2a885a3b5 pythonPackages.pyfakefs: 3.4.1 -> 3.4.3, fix build
Update and disable some failing test cases
2018-09-10 17:43:18 +02:00
Uli Baum
bb1f3422e0 pythonPackages.readme_renderer: fix build
Disable one test case that has failed since last bleach update.
2018-09-10 17:19:05 +02:00
Uli Baum
a7166cdc35 pythonPackages.us: fix build
Required jellyfish==0.5.6 but we have 0.6.1. Loosen requirements.
2018-09-10 17:06:54 +02:00
Jörg Thalheim
f38e8c0e96
Merge pull request #46450 from dtzWill/fix/spidermonkey-musl-jemalloc
spidermonkey_52: don't use jemalloc w/musl
2018-09-10 13:34:44 +01:00
Linus Heckemann
ac679e721f earlyoom: fix version number (#46481)
earlyoom's Makefile attempts to detect the current version using git,
but we don't keep .git in its source, so this fails. We can however
set the VERSION environment variable to override this, as we now do.
2018-09-10 13:22:24 +01:00
Jörg Thalheim
e7187212c3
Merge pull request #46479 from arianvp/master
safe-money: Fix dependencies for safe-money-*
2018-09-10 13:13:49 +01:00
Timo Kaufmann
efb033ae16
Merge pull request #46455 from marsam/feature/update-wal-g
wal-g: 0.1.10 -> 0.1.12
2018-09-10 13:56:02 +02:00
Timo Kaufmann
d4b0419956
Merge pull request #46475 from Ma27/fix-openbsm
openbsm: fix linux build
2018-09-10 13:52:42 +02:00
Arian van Putten
02feb90d4e safe-money: Fix dependencies for safe-money-*
They all depend on safe-money-0.7, but hackage2nix made them incorrectly
depend on safe-money-0.6

We should be able to remove this 'hack' as soon as the new Stackage LTS
comes out, as safe-money-0.7 will then be the default version.
2018-09-10 13:41:57 +02:00
Maximilian Bosch
080b2fdd8c
openbsm: fix linux build
See https://hydra.nixos.org/build/80705916

To fix the linux build the patch `bsm-add-audit_token_to_pid.patch`
mustn't be applied during Linux builds, only for Darwin as it's an
Apple-only fix.

The compiler failure occurred because `audit_token_t` is part of
`<mach/mach.h>` which is not available on Linux.

Addresses #45960
2018-09-10 13:00:00 +02:00
Timo Kaufmann
cb7c04f53c
Merge pull request #46444 from etu/upgrade-nano
nano: 2.9.8 -> 3.0
2018-09-10 12:26:45 +02:00
Maximilian Bosch
6d6cbd316d pythonmagick: fix build (#46469)
The original build broke with the following linker issue:

```
  CXXLD    _PythonMagick.la
/nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/ld: cannot find -l-L/nix/store/4gh6ynzsd5ndx37hmkl62xa8z30k43y1-imagemagick-6.9.9-34/lib
collect2: error: ld returned 1 exit status
```

This happens since `BOOST_PYTHON_LIB` wasn't set properly, however
`_PythonMagick.la` was linked with `-l$(BOOST_PYTHON_LIB)
$(MAGICK_LIBS)`. With an empty `BOOST_PYTHON_LIB` the linker got
confused.

To work around this, the `boost` library directory needs to be specified
explicitly. To ensure that the changes take effect, the original
`configure` script shipped with `$src` needs to be removed and recreated
using the `autoreconfHook`.

Additionally the `imagemagick` license (https://spdx.org/licenses/ImageMagick.html)
needs to be added to `lib/licenses.nix` to document the proper license
of `pythonmagick` in the meta section.
2018-09-10 11:59:51 +02:00
Timo Kaufmann
2b6144d1ad
Merge pull request #46368 from Ma27/fix-mahotas
pythonPackages.mahotas: fix build, move expression
2018-09-10 11:56:50 +02:00
Amine Chikhaoui
00064c21cc ZHF 18.09: fix crypsetup build with python enabled. (#46468)
Fixes https://hydra.nixos.org/build/81028247.
2018-09-10 11:53:45 +02:00
Toon Nolten
a2bb5d6917 ranger: 1.9.1 -> 1.9.2 (#46454)
* ranger: 1.9.1 -> 1.9.2

* Change maintainer attribute name to match usage
2018-09-10 11:48:49 +02:00
Maximilian Bosch
ee897b64ff
pythonPackages.mahotas: fix build, move expression
See https://hydra.nixos.org/build/80828287

Moves `mahotas` out of `python-packages.nix` into its own file and fixes
broken test cases by skipping them using nosetest's `@nottest`
annotation.

These tests broke from time to time in a sandbox and are therefore
considered impure.

Addresses #45960
2018-09-10 11:32:58 +02:00
José Romildo Malaquias
e5b904818b dde-calendar: init at 1.2.5 (#46460) 2018-09-10 08:48:02 +02:00
José Romildo Malaquias
ba5176551e dtkwm: init at 2.0.9 (#46461) 2018-09-10 08:47:17 +02:00
Will Dietz
30500d23bc busybox: 1.29.2 -> 1.29.3 (#46458) 2018-09-10 08:43:55 +02:00
Peter Simons
c029dc13e5
Merge pull request #46289 from r-ryantm/auto-update/duplicity
duplicity: 0.7.18 -> 0.7.18.1
2018-09-10 08:34:56 +02:00
xeji
868f2561b5
Merge pull request #46456 from samueldr/auto/dbeaver/nixpkgs-unstable/5.2.0
dbeaver: 5.1.6 -> 5.2.0
2018-09-10 08:20:07 +02:00
Will Dietz
8fc2799e02 qemu: port musl patch to new version (#46449) 2018-09-10 08:14:37 +02:00
Vladyslav M
b7c0e40796 rclone: 1.43 -> 1.43.1 (#46448) 2018-09-10 08:13:30 +02:00
R. RyanTM
f188e90ba1 qmmp: 1.2.2 -> 1.2.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
qmmp
2018-09-10 08:01:14 +02:00
R. RyanTM
1700698691 lttng-ust: 2.10.1 -> 2.10.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
lttng-ust
2018-09-10 07:57:54 +02:00
R. RyanTM
aba0fe5d62 metabase: 0.30.0 -> 0.30.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
metabase
2018-09-09 23:33:02 -05:00
R. RyanTM
6682d04142 duo-unix: 1.9.20 -> 1.10.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/duo-unix/versions
2018-09-09 23:32:36 -05:00
R. RyanTM
f7888652b8 stunnel: 5.46 -> 5.49
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
stunnel
2018-09-09 23:32:01 -05:00
Will Dietz
2fc255cdb0
Merge pull request #46351 from dtzWill/update/kconfig-4.11
kconfig-frontends: update and fixups
2018-09-09 22:45:12 -05:00
Ryan Mulligan
8e991ac409
Merge pull request #46445 from ryantm/rpostgres
rPackages.RPostgres: fix configure paths and includes
2018-09-09 20:33:14 -07:00
Orivej Desh
78bc2f9800 aseprite-unfree: 1.2.4 -> 1.2.9 2018-09-10 03:01:36 +00:00
Samuel Dionne-Riel
cf3795a25e dbeaver: 5.1.6 -> 5.2.0 2018-09-09 20:34:47 -04:00
adisbladis
cdce8f9034
Merge pull request #46428 from bhipple/fix/dockerTools
dockerTools: unpin go version
2018-09-10 08:15:38 +08:00
Tim Steinbach
ea765b2e2b
linux: 4.18.6 -> 4.18.7 2018-09-09 19:30:23 -04:00
Tim Steinbach
276b2ab892
linux: 4.14.68 -> 4.14.69 2018-09-09 19:29:46 -04:00
Tim Steinbach
d40f4159ed
linux: 4.9.125 -> 4.9.126 2018-09-09 19:29:35 -04:00
Tim Steinbach
13728ed2b5
linux: 4.4.154 -> 4.4.155 2018-09-09 19:29:23 -04:00
Mario Rodas
9bdec58bc0 wal-g: 0.1.10 -> 0.1.12 2018-09-09 18:26:41 -05:00
Will Dietz
8d2cd63c1b spidermonkey_52: don't use jemalloc w/musl 2018-09-09 17:50:54 -05:00
Will Dietz
4278319a77
Merge pull request #46064 from dtzWill/update/musl-1.1.20
musl: 1.1.19 -> 1.1.20
2018-09-09 17:31:50 -05:00
Jörg Thalheim
8ccdd29578 vim-plugins: add missing update.py
This file was accidentally not included in 953199fd82
2018-09-09 23:19:41 +01:00
Ryan Mulligan
73ae8e53e2 rPackages.RPostgres: fix configure paths and includes
closes #46208
2018-09-09 14:37:28 -07:00
Elis Hirwing
b47c5870f4
nano: 2.9.8 -> 3.0
Changelog: http://lists.gnu.org/archive/html/info-nano/2018-09/msg00000.html

Also updated the nix highlighting for nano
2018-09-09 23:16:07 +02:00
Josef Kemetmüller
6f891ff66e pythonPackages.joblib: Disable flaky test (#46439)
The test `test_nested_parallelism_limit` fails on darwin.
2018-09-09 22:42:17 +02:00
Josef Kemetmüller
5e0c468737 pythonPackages.fiona: Fix darwin build (#46435) 2018-09-09 22:40:49 +02:00
xeji
12fae6e5c7
Merge pull request #46440 from knedlsepp/fix-pythonPackages.libusb1
pythonPackages.libusb1: Fix darwin build
2018-09-09 22:25:06 +02:00