Revert "Fix services.udisks.enable."
This reverts commit 02a30bea44edf1116dcab16c5e64501312b2927b, necessary after reverting to udisks 1.0.4. http://hydra.nixos.org/build/10194840
This commit is contained in:
parent
565ff3da00
commit
2ba552fb2e
@ -40,8 +40,6 @@ with pkgs.lib;
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
services.udev.packages = [ pkgs.udisks ];
|
services.udev.packages = [ pkgs.udisks ];
|
||||||
|
|
||||||
systemd.packages = [ pkgs.udisks ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -19,11 +19,6 @@ stdenv.mkDerivation rec {
|
|||||||
substituteInPlace src/main.c --replace \
|
substituteInPlace src/main.c --replace \
|
||||||
"/sbin:/bin:/usr/sbin:/usr/bin" \
|
"/sbin:/bin:/usr/sbin:/usr/bin" \
|
||||||
"${utillinux}/bin:${mdadm}/sbin:/var/run/current-system/sw/bin:/var/run/current-system/sw/sbin"
|
"${utillinux}/bin:${mdadm}/sbin:/var/run/current-system/sw/bin:/var/run/current-system/sw/sbin"
|
||||||
|
|
||||||
# For some reason @libexec@ is set to 'lib/' when building.
|
|
||||||
# Passing --libexecdir in configureFlags didn't help.
|
|
||||||
substituteInPlace data/systemd/udisks.service.in \
|
|
||||||
--replace "@libexecdir@" "$out/libexec"
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user