aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/shells/bash/4.4.nix
diff options
context:
space:
mode:
Diffstat (limited to 'infra/libkookie/nixpkgs/pkgs/shells/bash/4.4.nix')
-rw-r--r--infra/libkookie/nixpkgs/pkgs/shells/bash/4.4.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/libkookie/nixpkgs/pkgs/shells/bash/4.4.nix b/infra/libkookie/nixpkgs/pkgs/shells/bash/4.4.nix
index deeb4093c682..d06157fa77cc 100644
--- a/infra/libkookie/nixpkgs/pkgs/shells/bash/4.4.nix
+++ b/infra/libkookie/nixpkgs/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 = ''