pkgs/development/python-modules: stdenv.lib -> lib
This commit is contained in:
@@ -13,9 +13,9 @@ buildPythonPackage rec {
|
||||
nativeBuildInputs = [ cython ];
|
||||
propagatedBuildInputs = [ numpy pysam matplotlib ];
|
||||
|
||||
checkPhase = stdenv.lib.optionalString isPy27 ''
|
||||
checkPhase = lib.optionalString isPy27 ''
|
||||
${python.interpreter} python2/test/test_general.py
|
||||
'' + stdenv.lib.optionalString isPy3k ''
|
||||
'' + lib.optionalString isPy3k ''
|
||||
${python.interpreter} python3/test/test_general.py
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user