tiledb: use python3

This commit is contained in:
Robert Schütz 2022-01-12 06:05:31 +00:00
parent 65e959eb9a
commit 3c25beab40

View file

@ -13,7 +13,7 @@
, libpqxx , libpqxx
, clang-tools , clang-tools
, catch2 , catch2
, python , python3
, gtest , gtest
, doxygen , doxygen
, fixDarwinDylibNames , fixDarwinDylibNames
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
clang-tools clang-tools
cmake cmake
python python3
doxygen doxygen
] ++ lib.optional stdenv.hostPlatform.isDarwin fixDarwinDylibNames; ] ++ lib.optional stdenv.hostPlatform.isDarwin fixDarwinDylibNames;