pkgs/shells: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-15 14:24:03 +07:00
parent f35b06e86d
commit e245ae3c3a
19 changed files with 45 additions and 45 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
, withDocs ? false, texinfo ? null
}:
with stdenv.lib;
with lib;
assert interactive -> readline70 != null;
assert withDocs -> texinfo != null;