mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
guile: do not strip on darwin
This commit is contained in:
parent
4c838ddf14
commit
7b538a844c
@ -131,6 +131,9 @@ builder rec {
|
|||||||
doCheck = false;
|
doCheck = false;
|
||||||
doInstallCheck = doCheck;
|
doInstallCheck = doCheck;
|
||||||
|
|
||||||
|
# In procedure bytevector-u8-ref: Argument 2 out of range
|
||||||
|
dontStrip = stdenv.isDarwin;
|
||||||
|
|
||||||
setupHook = ./setup-hook-3.0.sh;
|
setupHook = ./setup-hook-3.0.sh;
|
||||||
|
|
||||||
passthru = rec {
|
passthru = rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user