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:
Peder Bergebakken Sundt
2023-11-14 16:45:19 +02:00
committed by GitHub
+2
View File
@@ -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
];