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-05-25 15:11:49 +02:00
parent ae71c13a92
commit a37db0289f
No known key found for this signature in database
GPG key ID: 5C204DF675C90294

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 { };