pkgs/development/python-modules: stdenv.lib -> lib
This commit is contained in:
@@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [
|
||||
matplotlib
|
||||
numpy
|
||||
] ++ stdenv.lib.optionals (pythonOlder "3.8") [
|
||||
] ++ lib.optionals (pythonOlder "3.8") [
|
||||
importlib-metadata
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user