pkgs/development/python-modules: stdenv.lib -> lib
This commit is contained in:
@@ -32,7 +32,7 @@ buildPythonPackage rec {
|
||||
ipywidgets
|
||||
pygments
|
||||
typing-extensions
|
||||
] ++ stdenv.lib.optional (pythonOlder "3.7") dataclasses;
|
||||
] ++ lib.optional (pythonOlder "3.7") dataclasses;
|
||||
|
||||
checkInputs = [ pytestCheckHook ];
|
||||
pythonImportsCheck = [ "rich" ];
|
||||
|
||||
Reference in New Issue
Block a user