pkgs/development/python-modules: stdenv.lib -> lib

This commit is contained in:
Pavol Rusnak
2021-01-24 01:29:22 +01:00
parent 2f34b4b883
commit a4bbfba80d
211 changed files with 525 additions and 546 deletions
@@ -22,7 +22,7 @@ buildPythonPackage rec {
doCheck = false;
# zope uses pep 420 namespaces for python3, doesn't work with nix + python2
pythonImportsCheck = stdenv.lib.optionals isPy3k [
pythonImportsCheck = lib.optionals isPy3k [
"zope.lifecycleevent"
"zope.interface"
];