forked from mirrors/nixpkgs
sbclBootstrap: don't patchelf on darwin
00935b2554 (commitcomment-13552300)
This commit is contained in:
parent
7b252d94a6
commit
da8b05363b
|
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
|||
--add-flags "--core $out/share/sbcl/sbcl.core"
|
||||
'';
|
||||
|
||||
postFixup = stdenv.lib.optionalString (!stdenv.isArm) ''
|
||||
postFixup = stdenv.lib.optionalString (!stdenv.isArm && stdenv.isLinux) ''
|
||||
patchelf --set-interpreter $(cat $NIX_CC/nix-support/dynamic-linker) $out/share/sbcl/sbcl
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue