about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2019-05-25 15:11:49 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2019-06-08 21:54:27 +0200
commitfb679236ef1eb7a156cd4ff1ab968f5df0c597e4 (patch)
tree578b7e9c9f821b71b9c3f3bddeab23e0e370a348 /pkgs/top-level
parentbe89fd6a038292c381557ecdfa67e3ceea4b2f97 (diff)
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 a37db0289f1401178a16b191c9d4e3302728d3b5)
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 29a049c176abf..73bd7320841a1 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -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 { };