pkgs/shells: stdenv.lib -> lib
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
, withDocs ? false, texinfo ? null
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
with lib;
|
||||
|
||||
assert interactive -> readline70 != null;
|
||||
assert withDocs -> texinfo != null;
|
||||
|
||||
Reference in New Issue
Block a user