summary refs log tree commit diff
path: root/pkgs/tools/admin
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-11-14 18:01:11 +0000
committerGitHub <noreply@github.com>2023-11-14 18:01:11 +0000
commit6cc772a6fa213f2624f490735f4cf49426bcc0e0 (patch)
tree398d8785581708be3eb823fcffdc18b0f8726e65 /pkgs/tools/admin
parent0523b2e6c2ea7730352fa32e8a921ec331569571 (diff)
parentcd014bdb858891bc7a3f0c1267ef8ad4fd11f19c (diff)
downloadnixpkgs-6cc772a6fa213f2624f490735f4cf49426bcc0e0.tar
nixpkgs-6cc772a6fa213f2624f490735f4cf49426bcc0e0.tar.gz
nixpkgs-6cc772a6fa213f2624f490735f4cf49426bcc0e0.tar.bz2
nixpkgs-6cc772a6fa213f2624f490735f4cf49426bcc0e0.tar.lz
nixpkgs-6cc772a6fa213f2624f490735f4cf49426bcc0e0.tar.xz
nixpkgs-6cc772a6fa213f2624f490735f4cf49426bcc0e0.tar.zst
nixpkgs-6cc772a6fa213f2624f490735f4cf49426bcc0e0.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/tools/admin')
-rw-r--r--pkgs/tools/admin/cdist/default.nix2
1 files changed, 2 insertions, 0 deletions
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
   ];