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.

(cherry picked from commit a37db0289f)
This commit is contained in:
Joachim Fasting
2019-05-25 15:11:49 +02:00
parent be89fd6a03
commit fb679236ef

View File

@@ -15463,7 +15463,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 { };