summary refs log tree commit diff
path: root/pkgs/development/libraries/ntdb
diff options
context:
space:
mode:
authorJanne Heß <janne@hess.ooo>2020-12-10 12:17:51 +0100
committerJanne Heß <janne@hess.ooo>2020-12-17 19:01:33 +0100
commitc1baf6549f2e360cdf05075131833dc9666df9fb (patch)
tree66393db5c2ff068137d6dc6116c49d923d5b7fd0 /pkgs/development/libraries/ntdb
parent2d505c9051fc6d2cb16f0b70411f7bff51bfb3a2 (diff)
downloadnixpkgs-c1baf6549f2e360cdf05075131833dc9666df9fb.tar
nixpkgs-c1baf6549f2e360cdf05075131833dc9666df9fb.tar.gz
nixpkgs-c1baf6549f2e360cdf05075131833dc9666df9fb.tar.bz2
nixpkgs-c1baf6549f2e360cdf05075131833dc9666df9fb.tar.lz
nixpkgs-c1baf6549f2e360cdf05075131833dc9666df9fb.tar.xz
nixpkgs-c1baf6549f2e360cdf05075131833dc9666df9fb.tar.zst
nixpkgs-c1baf6549f2e360cdf05075131833dc9666df9fb.zip
ntdb: Add Python 2 for wafHook
Diffstat (limited to 'pkgs/development/libraries/ntdb')
-rw-r--r--pkgs/development/libraries/ntdb/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/ntdb/default.nix b/pkgs/development/libraries/ntdb/default.nix
index de0db887d4b..d0a9a2e5b49 100644
--- a/pkgs/development/libraries/ntdb/default.nix
+++ b/pkgs/development/libraries/ntdb/default.nix
@@ -1,5 +1,6 @@
 { stdenv
 , fetchurl
+, python2
 , python3
 , pkg-config
 , readline
@@ -26,6 +27,7 @@ stdenv.mkDerivation rec {
     docbook-xsl-nons
     docbook_xml_dtd_42
     wafHook
+    python2 # For wafHook
   ];
 
   buildInputs = [