Unverified Commit 7b1a6803 authored by Anna Lee's avatar Anna Lee
Browse files

cdist: add dependency to fix build

add six to native build inputs
parent 911ad1e6
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
  ];