pkgs/development/python-modules: stdenv.lib -> lib
This commit is contained in:
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
|
||||
checkInputs = [ pytest ];
|
||||
propagatedBuildInputs = [ six mypy-extensions ]
|
||||
++ stdenv.lib.optionals (pythonOlder "3.5") [ typing ];
|
||||
++ lib.optionals (pythonOlder "3.5") [ typing ];
|
||||
|
||||
checkPhase = ''
|
||||
py.test
|
||||
|
||||
Reference in New Issue
Block a user