pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
# We must have one crypto library
|
||||
assert cryptopp != null || (nss != null && nspr != null);
|
||||
|
||||
with stdenv; with stdenv.lib;
|
||||
with stdenv; with lib;
|
||||
let
|
||||
shouldUsePkg = pkg: if pkg != null && pkg.meta.available then pkg else null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user