mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 21:47:37 +00:00
bun: run post hooks after patchelf
This commit is contained in:
parent
25bd3f0971
commit
a5d52b7a45
@ -35,7 +35,8 @@ stdenvNoCC.mkDerivation rec {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
postInstall =
|
||||
postPhases = [ "postPatchelf"];
|
||||
postPatchelf =
|
||||
lib.optionalString stdenvNoCC.hostPlatform.isDarwin ''
|
||||
wrapProgram $out/bin/bun \
|
||||
--prefix DYLD_LIBRARY_PATH : ${lib.makeLibraryPath [ darwin.ICU ]}
|
||||
|
Loading…
Reference in New Issue
Block a user