3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

187559 commits

Author SHA1 Message Date
worldofpeace 9a77211486
Merge pull request #65656 from layus/fix-gpx-mime
gpx-viewer: avoid generating a mime database
2019-07-31 21:53:04 -04:00
worldofpeace 06b45a8d70 ghostwriter: use qt5's mkDerivation 2019-07-31 21:42:32 -04:00
Aaron Andersen f03639a4c3
Merge pull request #65702 from artemist/xonsh-module-fix
nixos/xonsh: Use the package specified in the package option
2019-07-31 21:42:16 -04:00
Wael Nasreddine fb2e964012
python3Packages.xgboost: fix the build on Darwin (#65703) 2019-07-31 18:29:11 -07:00
worldofpeace ba4e5a3f64
Merge pull request #65488 from arcnmx/pr-passff-manifest
passff-host: fix native messaging manifest path
2019-07-31 21:10:45 -04:00
Artemis Tosini 42c3eefd77
nixos/xonsh: Use the package specified in the package option 2019-07-31 23:28:13 +00:00
Artemis Tosini 5f44f311de
xonsh: 0.9.8 → 0.9.9 2019-07-31 23:08:31 +00:00
nyanloutre 1a784390d2
gitea: 1.8.3 -> 1.9.0 2019-08-01 00:40:49 +02:00
Nikolay Amiantov 717b8b3219 systemd service: remove generator-packages option
Use systemd.packages instead, it's less error prone and more in line with
what's expected.
2019-08-01 00:55:35 +03:00
Nikolay Amiantov ca780f4a18 swraid service: use upstream units
This fixes a serious bug on NixOS with swraid where mdadm arrays weren't
properly stopped on shutdown. Rather than fixing the unit by adding
`Before=final.target` we completely move to upstream units, which uses
systemd shutdown hooks instead. This also drives down maintenance costs
for us.
2019-08-01 00:55:35 +03:00
Nikolay Amiantov b9b27912ce mdadm: install systemd units 2019-08-01 00:55:35 +03:00
Nikolay Amiantov b458121105 stage-1 initrd: replace absolute paths for mdadm
We don't patch basename and readlink now too as they were added for
mdadm in 8ecd3a5e1d.
2019-08-01 00:55:35 +03:00
Nikolay Amiantov 88d5b40d40 mdadm: use absolute paths
We also correct paths in udev rules. This is cleaner and allows for less
unexpected behaviour. We still check for self-references, however we do
it manually now and only for binaries as udev rules can have them.
Rather, we patch them out during initrd generation now.
2019-08-01 00:55:35 +03:00
Nikolay Amiantov 5636fe572b systemd test: add test for systemd-shutdown scripts 2019-08-01 00:55:35 +03:00
Nikolay Amiantov a304fc5d75 systemd service: add support for shutdown packages
Shutdown hooks are executed right before the shutdown, which is useful
for some applications. Among other things this is needed for mdadm hook
to run.
2019-08-01 00:55:35 +03:00
Nikolay Amiantov fd405dab3e systemd service: rename generator-packages 2019-08-01 00:55:35 +03:00
Nikolay Amiantov cc9fb5f015 systemd: update revision 2019-08-01 00:55:35 +03:00
Jeff Slight 7efcbead2c
nixos/gitlab: fix config initializer permissions 2019-07-31 14:55:08 -07:00
Vladyslav M 06183c2a27
android-file-transfer: fix building with qt (#65676)
android-file-transfer: fix building with qt
2019-08-01 00:46:25 +03:00
Marek Mahut 5f1fe61cae
Merge pull request #65674 from fabianhjr/master
mill: 0.4.1 -> 0.5.0
2019-07-31 23:40:33 +02:00
Eelco Dolstra 7706f36d0d
rustc: Enable profiling support
This matches the upstream binary releases (see
https://github.com/rust-lang/rust/blob/beta/src/ci/docker/x86_64-gnu/Dockerfile).

Upstream also enables sanitizer support but that adds another 39 MiB
to the package size, and who needs sanitizers in Rust anyway ;-)
2019-07-31 22:47:28 +02:00
Eelco Dolstra 57adfbd3d4
rustc: Drop RUSTC_BOOTSTRAP
It's no longer needed.
2019-07-31 22:47:28 +02:00
Marek Mahut 9fe0552e4d
Merge pull request #65683 from 1000101/python-modules/shamir-mnemonic
pythonPackages.trezor: 0.11.3 -> 0.11.4 and  pythonPackages.shamir-mnemonic: init at 0.1.0
2019-07-31 22:40:19 +02:00
adisbladis 98aef10b4b
Merge pull request #65675 from srhb/gitlab-runner-fix-hash
gitlab-runner: Fix prebuilt hash
2019-07-31 21:36:08 +01:00
volth 8e63076486 graalvm8: 19.1.0 -> 19.1.1 2019-07-31 12:36:03 -07:00
Jan Hrnko c43f685767 pythonPackages.trezor: 0.11.3 -> 0.11.4 2019-07-31 21:04:42 +02:00
Jan Hrnko 68b647a3b6 pythonPackages.shamir-mnemonic: init at 0.1.0 2019-07-31 21:00:44 +02:00
Sarah Brofeldt 19abdb765b
Merge pull request #63865 from dingxiangfei2009/dockertools-cross-compilation
dockerTools: use skopeo on the right platform
2019-07-31 20:11:18 +02:00
Fabián Heredia Montiel 4ee4263fb9 mill: 0.4.1 -> 0.5.0 2019-07-31 17:24:13 +00:00
Daniel Schaefer 851ebff688 frog: Fix build (icu64 -> icu60)
icu60 is the latest version that works.

Build the derivation languageMachines.test to test.
2019-07-31 19:08:33 +02:00
Samuel Leathers 5d41f1a676
Merge pull request #62026 from bhipple/fix/libtool
libtool2: enable parallel builds
2019-07-31 13:03:29 -04:00
gcv 2a2fcbb274 gnupg: Allow GnuPG1 to build on all platforms. 2019-07-31 09:57:02 -07:00
Dominik Xaver Hörl 064ddec598 android-file-transfer: fix building with qt
Use mkDerivation has instead of stdenv.mkDerivation (see #54525).
2019-07-31 18:47:47 +02:00
Sarah Brofeldt 8761bc0ad7 gitlab-runner: Fix prebuilt hash 2019-07-31 18:46:20 +02:00
Sarah Brofeldt 7a7cf6faf0
Merge pull request #65629 from endocrimes/r-nomad-0.9.4
nomad: 0.9.3 -> 0.9.4
2019-07-31 17:43:42 +02:00
Herwig Hochleitner 840e16b1a9 anbox-modules: 2018-09-08 -> 2019-07-13 2019-07-31 16:55:43 +02:00
Herwig Hochleitner 94f412e254 anbox: fix build
see https://github.com/anbox/anbox/issues/1124
2019-07-31 16:54:12 +02:00
Orivej Desh 8ea42e7489 swiften: fix build
It was failing with:

  LINK Documentation/SwiftenDevelopersGuide/Examples/EchoBot/EchoBot0x
/nix/store/mgdjnsrkqgmxqjaqaxgqyqm7fwyi96fk-binutils-2.31.1/bin/ld: cannot find -lssl
/nix/store/mgdjnsrkqgmxqjaqaxgqyqm7fwyi96fk-binutils-2.31.1/bin/ld: cannot find -lcrypto
collect2: error: ld returned 1 exit status
2019-07-31 14:47:15 +00:00
arcnmx c73ff37cd5 passff-host: fix native messaging manifest path
Match other native messaging applications
and the firefox wrapper's expectations.
2019-07-31 07:26:30 -07:00
Dmitry Kalinkin 3c9cea7482
Merge pull request #65575 from eadwu/nvidia_x11/2019-07-29
nvidia_x11: 2019-07-29
2019-07-31 09:57:02 -04:00
angristan 5521aae4b9 vagrant: 2.2.3 -> 2.2.5 2019-07-31 15:51:32 +02:00
Tim Steinbach 15feb3893d
oh-my-zsh: 2019-07-22 -> 2019-07-31 2019-07-31 09:25:19 -04:00
Tim Steinbach 9d8e811db9
linux: 5.2.4 -> 5.2.5 2019-07-31 09:25:19 -04:00
Tim Steinbach 6f62842a92
linux: 4.19.62 -> 4.19.63 2019-07-31 09:25:19 -04:00
Tim Steinbach b50dd12214
linux: 4.14.134 -> 4.14.135 2019-07-31 09:25:16 -04:00
Guillaume Maudoux 2f3be07d40 gpx-viewer: avoid generating a mime database 2019-07-31 15:14:44 +02:00
Mario Rodas 28effc0819
Merge pull request #65628 from xrelkd/update/parity
parity: 2.4.9 -> 2.5.5,  parity-beta: 2.5.4 -> 2.6.0
2019-07-31 08:04:11 -05:00
Mario Rodas 4f6bd58866
Merge pull request #65615 from arcnmx/pr-bitwarden_rs-update
bitwarden_rs: 1.9.0 -> 1.9.1
2019-07-31 08:01:57 -05:00
worldofpeace c826ca7033
Merge pull request #64018 from ehmry/chuck
chuck: 1.3.5.2 -> 1.4.0.0
2019-07-31 09:01:01 -04:00
worldofpeace c0a8580822
Merge pull request #65594 from marsam/update-universal-ctags
universal-ctags: 2018-07-23 -> 2019-07-24
2019-07-31 08:36:12 -04:00