mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-05-15 14:19:27 +00:00
fix(nix): nix fix
This commit is contained in:
parent
d38ca35337
commit
130f35e997
@ -139,7 +139,7 @@
|
||||
cargoExtraArgs = "-p indexer_ffi";
|
||||
postInstall = ''
|
||||
mkdir -p $out/include
|
||||
cp indexer_ffi/indexer_ffi.h $out/include/
|
||||
cp indexer/ffi/indexer_ffi.h $out/include/
|
||||
''
|
||||
+ pkgs.lib.optionalString pkgs.stdenv.isDarwin ''
|
||||
install_name_tool -id @rpath/libindexer_ffi.dylib $out/lib/libindexer_ffi.dylib
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user