From 7b1a680345c1965a057f7c93812f2d8734b24b58 Mon Sep 17 00:00:00 2001 From: Anna Lee <150648636+a-n-n-a-l-e-e@users.noreply.github.com> Date: Mon, 13 Nov 2023 19:21:02 -0800 Subject: cdist: add dependency to fix build add six to native build inputs --- pkgs/tools/admin/cdist/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/tools/admin') diff --git a/pkgs/tools/admin/cdist/default.nix b/pkgs/tools/admin/cdist/default.nix index 115800fcf2c..8467605727c 100644 --- a/pkgs/tools/admin/cdist/default.nix +++ b/pkgs/tools/admin/cdist/default.nix @@ -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 ]; -- cgit 1.4.1