about summary refs log tree commit diff
path: root/pkgs/top-level/release-small.nix
diff options
context:
space:
mode:
authorKevin Cox <kevincox@kevincox.ca>2016-02-12 08:26:46 -0500
committerVladimír Čunát <vcunat@gmail.com>2016-02-25 08:52:05 +0100
commiteead3bc5365522720e0162b403895497c8817cd6 (patch)
treeffe6bb3d49d7bc4fe6e3feadb316ab22e15c36d5 /pkgs/top-level/release-small.nix
parent30b7bd8d01afb566bf7b7f140b17a3a3d99303ed (diff)
util-linux: create -Minimal and utillinux (full)
Close #12952. Now the full version is used by default,
supporting systemd and curses.
Diffstat (limited to 'pkgs/top-level/release-small.nix')
-rw-r--r--pkgs/top-level/release-small.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/release-small.nix b/pkgs/top-level/release-small.nix
index fc428a73743b8..0178659197397 100644
--- a/pkgs/top-level/release-small.nix
+++ b/pkgs/top-level/release-small.nix
@@ -169,7 +169,7 @@ with import ./release-lib.nix { inherit supportedSystems; };
   upstart = linux;
   usbutils = linux;
   utillinux = linux;
-  utillinuxCurses = linux;
+  utillinuxMinimal = linux;
   w3m = all;
   webkit = linux;
   wget = all;