aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/tdb
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-03-31 04:47:34 +0200
committerJan Tojnar <jtojnar@gmail.com>2020-03-31 04:52:47 +0200
commitf1582a04df910d585763ec647958e1f7dfbdbd4b (patch)
treed677be79d8e564619f78ecdeddc99860727af609 /pkgs/development/libraries/tdb
parent43f550744662b8044fd44002728be17298c6ba96 (diff)
tdb: Port to Python 3
Half of the Samba libraries needs it now
Diffstat (limited to 'pkgs/development/libraries/tdb')
-rw-r--r--pkgs/development/libraries/tdb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/tdb/default.nix b/pkgs/development/libraries/tdb/default.nix
index 03955a9ac710..b8e6552bc7b5 100644
--- a/pkgs/development/libraries/tdb/default.nix
+++ b/pkgs/development/libraries/tdb/default.nix
@@ -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
];