tiledb: remove postInstall rpath hack on darwin

This commit is contained in:
Christian Kögler
2026-05-30 08:29:25 +02:00
parent 56ecb9c425
commit 0beec90b1c
-4
View File
@@ -124,10 +124,6 @@ stdenv.mkDerivation (finalAttrs: {
"doc"
];
postInstall = lib.optionalString stdenv.hostPlatform.isDarwin ''
install_name_tool -add_rpath ${onetbb}/lib $out/lib/libtiledb.dylib
'';
meta = {
description = "Allows you to manage massive dense and sparse multi-dimensional array data";
homepage = "https://github.com/TileDB-Inc/TileDB";