mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Revert "Fix services.udisks.enable."
This reverts commit 02a30bea44
,
necessary after reverting to udisks 1.0.4.
http://hydra.nixos.org/build/10194840
This commit is contained in:
parent
565ff3da00
commit
2ba552fb2e
2 changed files with 0 additions and 7 deletions
|
@ -40,8 +40,6 @@ with pkgs.lib;
|
|||
'';
|
||||
|
||||
services.udev.packages = [ pkgs.udisks ];
|
||||
|
||||
systemd.packages = [ pkgs.udisks ];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -19,11 +19,6 @@ stdenv.mkDerivation rec {
|
|||
substituteInPlace src/main.c --replace \
|
||||
"/sbin:/bin:/usr/sbin:/usr/bin" \
|
||||
"${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 =
|
||||
|
|
Loading…
Reference in a new issue