mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +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;
|
||||
doInstallCheck = doCheck;
|
||||
|
||||
# In procedure bytevector-u8-ref: Argument 2 out of range
|
||||
dontStrip = stdenv.isDarwin;
|
||||
|
||||
setupHook = ./setup-hook-3.0.sh;
|
||||
|
||||
passthru = rec {
|
||||
|
Loading…
Reference in New Issue
Block a user