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:
parent
ae71c13a92
commit
a37db0289f
@ -15966,7 +15966,7 @@ in
|
|||||||
stdenv = crossLibcStdenv;
|
stdenv = crossLibcStdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
eudev = callPackage ../os-specific/linux/eudev {};
|
eudev = callPackage ../os-specific/linux/eudev { utillinux = utillinuxMinimal; };
|
||||||
|
|
||||||
libudev0-shim = callPackage ../os-specific/linux/libudev0-shim { };
|
libudev0-shim = callPackage ../os-specific/linux/libudev0-shim { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user