about summary refs log tree commit diff
path: root/pkgs/shells/bash/4.4.nix
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2020-11-24 10:29:28 -0500
committerGraham Christensen <graham@grahamc.com>2020-11-24 12:42:06 -0500
commitbc49a0815ae860010b4d593b02f00ab6f07d50ea (patch)
tree1435af86f0f2172632621a400f27a44599751f17 /pkgs/shells/bash/4.4.nix
parent79086e5d55e037b994c839c2894a3667ae72547b (diff)
downloadnixlib-bc49a0815ae860010b4d593b02f00ab6f07d50ea.tar
nixlib-bc49a0815ae860010b4d593b02f00ab6f07d50ea.tar.gz
nixlib-bc49a0815ae860010b4d593b02f00ab6f07d50ea.tar.bz2
nixlib-bc49a0815ae860010b4d593b02f00ab6f07d50ea.tar.lz
nixlib-bc49a0815ae860010b4d593b02f00ab6f07d50ea.tar.xz
nixlib-bc49a0815ae860010b4d593b02f00ab6f07d50ea.tar.zst
nixlib-bc49a0815ae860010b4d593b02f00ab6f07d50ea.zip
utillinux: rename to util-linux
Diffstat (limited to 'pkgs/shells/bash/4.4.nix')
-rw-r--r--pkgs/shells/bash/4.4.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/bash/4.4.nix b/pkgs/shells/bash/4.4.nix
index deeb4093c682..d06157fa77cc 100644
--- a/pkgs/shells/bash/4.4.nix
+++ b/pkgs/shells/bash/4.4.nix
@@ -1,5 +1,5 @@
 { stdenv, buildPackages
-, fetchurl, binutils ? null, bison, autoconf, utillinux
+, fetchurl, binutils ? null, bison, autoconf, util-linux
 
 # patch for cygwin requires readline support
 , interactive ? stdenv.isCygwin, readline70 ? null
@@ -93,7 +93,7 @@ stdenv.mkDerivation rec {
     "SHOBJ_LIBS=-lbash"
   ];
 
-  checkInputs = [ utillinux ];
+  checkInputs = [ util-linux ];
   doCheck = false; # dependency cycle, needs to be interactive
 
   postInstall = ''