pkgs/development/python-modules: stdenv.lib -> lib
This commit is contained in:
@@ -33,7 +33,7 @@ buildPythonPackage rec {
|
||||
sha256 = "4bac649857611baaaf76bc82c173aa542f7486446c335fe1a6c05d0d491c8906";
|
||||
};
|
||||
|
||||
prePatch = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||
prePatch = lib.optionalString stdenv.isDarwin ''
|
||||
substituteInPlace setup.py --replace "'gnureadline'" " "
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user