eudev: use utillinuxMinimal

Presumably, the target audience for eudev are people who wish to avoid pulling
in systemd for whatever reason; it makes sense then to make the default build
not pull in systemd via utillinux.
This commit is contained in:
Joachim Fasting
2019-06-04 14:55:10 +02:00
parent ae71c13a92
commit a37db0289f
+1 -1
View File
@@ -15966,7 +15966,7 @@ in
stdenv = crossLibcStdenv;
};
eudev = callPackage ../os-specific/linux/eudev {};
eudev = callPackage ../os-specific/linux/eudev { utillinux = utillinuxMinimal; };
libudev0-shim = callPackage ../os-specific/linux/libudev0-shim { };