tiledb: remove postInstall rpath hack on darwin
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user