python311Packagas.mutagen: provide setuptools for build-system
This commit is contained in:
parent
f122f6887a
commit
bcb4ef67a8
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
, pythonOlder
|
||||
, fetchPypi
|
||||
|
||||
# build-system
|
||||
, setuptools
|
||||
|
||||
# docs
|
||||
, python
|
||||
, sphinx
|
||||
|
@ -31,6 +34,7 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
sphinx
|
||||
sphinx-rtd-theme
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue