ntdb: Add Python 2 for wafHook
This commit is contained in:
parent
2d505c9051
commit
c1baf6549f
@ -1,5 +1,6 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, fetchurl
|
, fetchurl
|
||||||
|
, python2
|
||||||
, python3
|
, python3
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, readline
|
, readline
|
||||||
@ -26,6 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
docbook-xsl-nons
|
docbook-xsl-nons
|
||||||
docbook_xml_dtd_42
|
docbook_xml_dtd_42
|
||||||
wafHook
|
wafHook
|
||||||
|
python2 # For wafHook
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user