pkgs/development/python-modules: stdenv.lib -> lib
This commit is contained in:
@@ -45,7 +45,7 @@ buildPythonPackage rec {
|
||||
mock
|
||||
sqlalchemy
|
||||
virtualenv
|
||||
] ++ stdenv.lib.optionals isPy27 [ Kajiki ];
|
||||
] ++ lib.optionals isPy27 [ Kajiki ];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"--pyargs pecan "
|
||||
|
||||
Reference in New Issue
Block a user