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