From f1582a04df910d585763ec647958e1f7dfbdbd4b Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Tue, 31 Mar 2020 04:47:34 +0200 Subject: [PATCH] tdb: Port to Python 3 Half of the Samba libraries needs it now --- pkgs/development/libraries/tdb/default.nix | 4 ++-- 1 file 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 ];