pkgs/development/python-modules: stdenv.lib -> lib
This commit is contained in:
@@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
# package, apparently some kind of plugin.
|
||||
doCheck = false;
|
||||
|
||||
prePatch = stdenv.lib.optionalString isPyPy ''
|
||||
prePatch = lib.optionalString isPyPy ''
|
||||
grep -rl 'utf-8-with-signature-unix' ./ | xargs sed -i -e "s|utf-8-with-signature-unix|utf-8|g"
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user