pkgs/os-specific: stdenv.lib -> lib
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
, zlib, bzip2, lzma, libgcrypt
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
with lib;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "cygwin-setup";
|
||||
|
||||
Reference in New Issue
Block a user