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
commit a2b6873f0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
];