tdb: Port to Python 3
Half of the Samba libraries needs it now
This commit is contained in:
parent
43f5507446
commit
f1582a04df
@ -2,7 +2,7 @@
|
|||||||
, fetchurl
|
, fetchurl
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, wafHook
|
, wafHook
|
||||||
, python
|
, python3
|
||||||
, readline
|
, readline
|
||||||
, libxslt
|
, libxslt
|
||||||
, docbook-xsl-nons
|
, docbook-xsl-nons
|
||||||
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
python
|
python3
|
||||||
readline # required to build python
|
readline # required to build python
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user