summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-09-05 12:13:31 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-09-05 13:45:59 +0200
commit8295089e6a08798f9cd733ee76e82d939d09faab (patch)
treeff928705d256860309503c0e718b690a50c043f2 /pkgs/top-level
parent2583c70e9158c982e141e8b3a92861091b80dd14 (diff)
downloadnixlib-8295089e6a08798f9cd733ee76e82d939d09faab.tar
nixlib-8295089e6a08798f9cd733ee76e82d939d09faab.tar.gz
nixlib-8295089e6a08798f9cd733ee76e82d939d09faab.tar.bz2
nixlib-8295089e6a08798f9cd733ee76e82d939d09faab.tar.lz
nixlib-8295089e6a08798f9cd733ee76e82d939d09faab.tar.xz
nixlib-8295089e6a08798f9cd733ee76e82d939d09faab.tar.zst
nixlib-8295089e6a08798f9cd733ee76e82d939d09faab.zip
utillinuxMinimal: Make more minimal
This removes locales, bash completion and crap like that. This cuts
6.5 MiB from the NixOS system closure (which unfortunately contains
two copies of util-linux, because of the need to break a dependency
cycle with systemd).
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index dfe611573512..3aaf9e62f667 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -11809,6 +11809,7 @@ in
   utillinuxCurses = utillinux;
 
   utillinuxMinimal = appendToName "minimal" (utillinux.override {
+    minimal = true;
     ncurses = null;
     perl = null;
     systemd = null;