pkgs/development/python-modules: stdenv.lib -> lib
This commit is contained in:
@@ -9,7 +9,7 @@ buildPythonPackage rec {
|
||||
sha256 = "0ygbddpnvp5lby6mr5kz60la3hkvwwzv3wwb3z0w9ngxl0w21pii";
|
||||
};
|
||||
|
||||
checkPhase = stdenv.lib.optionalString isPy3k ''
|
||||
checkPhase = lib.optionalString isPy3k ''
|
||||
${python.interpreter} -m lib2to3 -w test/test_demjson.py
|
||||
'' + ''
|
||||
${python.interpreter} test/test_demjson.py
|
||||
|
||||
Reference in New Issue
Block a user