mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
pkgs/development/python-modules: stdenv.lib -> lib
This commit is contained in:
@@ -43,7 +43,7 @@ buildPythonPackage rec {
|
||||
six
|
||||
toml
|
||||
wcwidth
|
||||
] ++ stdenv.lib.optionals (pythonOlder "3.6") [ pathlib2 ];
|
||||
] ++ lib.optionals (pythonOlder "3.6") [ pathlib2 ];
|
||||
|
||||
doCheck = !isPyPy; # https://github.com/pytest-dev/pytest/issues/3460
|
||||
|
||||
|
||||
Reference in New Issue
Block a user