1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-03 11:02:05 +00:00

tdb: Port to Python 3

Half of the Samba libraries needs it now
This commit is contained in:
Jan Tojnar 2020-03-31 04:47:34 +02:00
parent 43f5507446
commit f1582a04df
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -2,7 +2,7 @@
, fetchurl
, pkg-config
, wafHook
, python
, python3
, readline
, libxslt
, docbook-xsl-nons
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
python
python3
readline # required to build python
];