cdist: add dependency to fix build
add six to native build inputs
This commit is contained in:
parent
911ad1e67f
commit
7b1a680345
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
, buildPythonApplication
|
, buildPythonApplication
|
||||||
, fetchFromGitea
|
, fetchFromGitea
|
||||||
, pythonImportsCheckHook
|
, pythonImportsCheckHook
|
||||||
|
, six
|
||||||
, sphinxHook
|
, sphinxHook
|
||||||
, sphinx-rtd-theme
|
, sphinx-rtd-theme
|
||||||
}:
|
}:
|
||||||
|
@ -21,6 +22,7 @@ buildPythonApplication rec {
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pythonImportsCheckHook
|
pythonImportsCheckHook
|
||||||
|
six
|
||||||
sphinxHook
|
sphinxHook
|
||||||
sphinx-rtd-theme
|
sphinx-rtd-theme
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue