python3Packages.ziafont: fix ModuleNotFoundError: No module named 'setuptools'
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
, buildPythonPackage
|
||||
, pythonOlder
|
||||
, fetchFromGitHub
|
||||
, setuptools
|
||||
, pytestCheckHook
|
||||
, nbval
|
||||
}:
|
||||
@@ -21,6 +22,10 @@ buildPythonPackage rec {
|
||||
hash = "sha256-3ZVj1ZxbFkFDDYbsIPzo7GMWGx7f5qWZQlcGCVXv73M=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
nbval
|
||||
|
||||
Reference in New Issue
Block a user