tiledb: use python3

main
Robert Schütz 2 years ago
parent 65e959eb9a
commit 3c25beab40
  1. 4
      pkgs/development/libraries/tiledb/default.nix

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

Loading…
Cancel
Save