3
0
Fork 0
forked from mirrors/nixpkgs

systemd: add patch to fix suspend.target

This commit is contained in:
teh 2017-08-30 20:22:58 +01:00 committed by Robin Gloster
parent e82cb3dfa4
commit 3e50f0ae0e

View file

@ -73,6 +73,15 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "stackprotector" ];
patches = [
# TODO: Remove this patch when we have a systemd version
# with https://github.com/systemd/systemd/pull/6678
(fetchpatch {
url = "https://github.com/systemd/systemd/commit/58a78ae77063eddfcd23ea272bd2e0ddc9ea3ff7.patch";
sha256 = "1y09n176f0389qrfrs3fsxj4hly1y1xfnb52rhbgj34704adp5m1";
})
];
preConfigure =
''
unset RANLIB