Merge pull request #267346 from a-n-n-a-l-e-e/cdist-fix-build
cdist: add dependency to fix build
This commit is contained in:
commit
a2b6873f0b
@ -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 New Issue
Block a user