pkgs/development/python-modules: stdenv.lib -> lib
This commit is contained in:
@@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [ six monotonic ];
|
||||
|
||||
checkInputs = [ testtools nose ] ++ stdenv.lib.optionals (!isPy3k) [ futures ];
|
||||
checkInputs = [ testtools nose ] ++ lib.optionals (!isPy3k) [ futures ];
|
||||
|
||||
checkPhase = ''
|
||||
nosetests
|
||||
|
||||
Reference in New Issue
Block a user