ntdb: Add Python 2 for wafHook

This commit is contained in:
Janne Heß 2020-12-10 12:17:51 +01:00
parent 2d505c9051
commit c1baf6549f
No known key found for this signature in database
GPG Key ID: 69165158F05265DF

@ -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 = [