Unverified Commit a2b6873f authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

Merge pull request #267346 from a-n-n-a-l-e-e/cdist-fix-build

cdist: add dependency to fix build
parents e01565fd 7b1a6803
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
  ];