about summary refs log tree commit diff
path: root/pkgs/shells/bash/4.4.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shells/bash/4.4.nix')
-rw-r--r--pkgs/shells/bash/4.4.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/bash/4.4.nix b/pkgs/shells/bash/4.4.nix
index afdfb816c955..bde942aff0c5 100644
--- a/pkgs/shells/bash/4.4.nix
+++ b/pkgs/shells/bash/4.4.nix
@@ -6,7 +6,7 @@
 , withDocs ? false, texinfo ? null
 }:
 
-with stdenv.lib;
+with lib;
 
 assert interactive -> readline70 != null;
 assert withDocs -> texinfo != null;