treewide: stdenv.lib -> lib
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
, pcre ? null
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
with lib;
|
||||
|
||||
assert pcreSupport -> pcre != null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user