cdist: add dependency to fix build

add six to native build inputs
This commit is contained in:
Anna Lee 2023-11-13 19:21:02 -08:00
parent 911ad1e67f
commit 7b1a680345
No known key found for this signature in database

View file

@ -2,6 +2,7 @@
, buildPythonApplication , buildPythonApplication
, fetchFromGitea , fetchFromGitea
, pythonImportsCheckHook , pythonImportsCheckHook
, six
, sphinxHook , sphinxHook
, sphinx-rtd-theme , sphinx-rtd-theme
}: }:
@ -21,6 +22,7 @@ buildPythonApplication rec {
nativeBuildInputs = [ nativeBuildInputs = [
pythonImportsCheckHook pythonImportsCheckHook
six
sphinxHook sphinxHook
sphinx-rtd-theme sphinx-rtd-theme
]; ];