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
|
||||
, fetchFromGitea
|
||||
, pythonImportsCheckHook
|
||||
, six
|
||||
, sphinxHook
|
||||
, sphinx-rtd-theme
|
||||
}:
|
||||
|
@ -21,6 +22,7 @@ buildPythonApplication rec {
|
|||
|
||||
nativeBuildInputs = [
|
||||
pythonImportsCheckHook
|
||||
six
|
||||
sphinxHook
|
||||
sphinx-rtd-theme
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue