Commit Graph
152243 Commits
Author SHA1 Message Date
Matthew BauerandGitHub f45fe1f17e Merge pull request #45988 from thefloweringash/emacs-darwin-cli
emacs: allow X and cli-only builds on Darwin
2018-09-10 14:54:50 -05:00
Matthew BauerandGitHub 5d40389181 Merge pull request #46028 from e-user/pkgs/semodule-utils-2.7
semodule-utils: init at 2.7
2018-09-10 14:54:33 -05:00
Matthew BauerandGitHub bcee562e69 Merge pull request #46222 from qolii/libuv_disableATestOnAarch32
libuv: Disable temperamental shutdown_close_pipe test on Aarch32.
2018-09-10 14:51:30 -05:00
Daiderd JordanandGitHub 189b861638 Merge pull request #46422 from LnL7/darwin-bullet
bullet: fix darwin build
2018-09-10 21:34:03 +02:00
Michael Weiss fe1d9edfa7 androidStudioPackages.beta: 3.2.0.24 -> 3.2.0.25 2018-09-10 19:59:55 +02:00
Thomas TuegelandGitHub 14f57b1e64 Merge pull request #46334 from bkchr/kde_applications_18_08_1
kde-applications: 18.08.0 -> 18.08.1
2018-09-10 12:11:51 -05:00
adisbladisandGitHub 76d4ff205b Merge pull request #46405 from swdunlop/nats-streaming-server-0.11.0
nats-streaming-server: init at 0.11.0
2018-09-11 01:04:50 +08:00
zimbatmandGitHub 404b224529 govendor: init at 1.0.9 (#46485) 2018-09-10 17:47:58 +01:00
Tim Steinbach 4a6b5503aa linux: 4.19-rc2 -> 4.19-rc3 2018-09-10 11:40:41 -04:00
Jörg ThalheimandGitHub 2d4dcefd9e Merge pull request #46465 from uri-canva/bazel-jdk10
bazel: add bazel_jdk10 variant
2018-09-10 16:27:01 +01:00
Jörg ThalheimandGitHub d5e854b646 Merge pull request #46001 from uskudnik/add-hcloud-autocomplete-support
hcloud: Add autocomplete support for bash and zsh
2018-09-10 15:18:49 +01:00
Uri Baghin d1818ad6b1 bazel: add bazel_jdk10 variant 2018-09-10 23:33:21 +10:00
Jörg ThalheimandGitHub 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 HeckemannandJörg Thalheim 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 ThalheimandGitHub e7187212c3 Merge pull request #46479 from arianvp/master
safe-money: Fix dependencies for safe-money-*
2018-09-10 13:13:49 +01:00
Timo KaufmannandGitHub 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 KaufmannandGitHub 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 KaufmannandGitHub cb7c04f53c Merge pull request #46444 from etu/upgrade-nano
nano: 2.9.8 -> 3.0
2018-09-10 12:26:45 +02:00
Maximilian Boschandxeji 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 KaufmannandGitHub 2b6144d1ad Merge pull request #46368 from Ma27/fix-mahotas
pythonPackages.mahotas: fix build, move expression
2018-09-10 11:56:50 +02:00
Amine Chikhaouiandxeji 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 Noltenandxeji 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 Malaquiasandxeji e5b904818b dde-calendar: init at 1.2.5 (#46460) 2018-09-10 08:48:02 +02:00
José Romildo Malaquiasandxeji ba5176551e dtkwm: init at 2.0.9 (#46461) 2018-09-10 08:47:17 +02:00
Will Dietzandxeji 30500d23bc busybox: 1.29.2 -> 1.29.3 (#46458) 2018-09-10 08:43:55 +02:00
Peter SimonsandGitHub 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
xejiandGitHub 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 Dietzandxeji 8fc2799e02 qemu: port musl patch to new version (#46449) 2018-09-10 08:14:37 +02:00
Vladyslav Mandxeji b7c0e40796 rclone: 1.43 -> 1.43.1 (#46448) 2018-09-10 08:13:30 +02:00
R. RyanTMandBjørn Forsman 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. RyanTMandBjørn Forsman 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. RyanTMandAustin Seipp 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. RyanTMandAustin Seipp 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. RyanTMandAustin Seipp 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 DietzandGitHub 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 MulliganandGitHub 8e991ac409 Merge pull request #46445 from ryantm/rpostgres
rPackages.RPostgres: fix configure paths and includes
2018-09-09 20:33:14 -07:00
Andrew Childs bbf37b8c45 emacs: allow X and cli-only builds on Darwin 2018-09-10 12:20:23 +09: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
adisbladisandGitHub 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 DietzandGitHub 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