Merge pull request #30872 from FRidh/udev

systemd: remove udev attributes
This commit is contained in:
Frederik Rietdijk
2017-11-04 10:02:01 +01:00
committed by GitHub
3 changed files with 3 additions and 7 deletions

View File

@@ -12975,11 +12975,7 @@ with pkgs;
systemd = callPackage ../os-specific/linux/systemd {
utillinux = utillinuxMinimal; # break the cyclic dependency
}
// {
udev.bin = systemd; # ${systemd.udev.bin}/bin/udevadm
udev.lib = libudev.out; # ${systemd.udev.lib}/lib/libudev.*
};
};
# standalone cryptsetup generator for systemd
systemd-cryptsetup-generator = callPackage ../os-specific/linux/systemd/cryptsetup-generator.nix { };