guile-lzma: don't strip on darwin
This commit is contained in:
parent
ae25075180
commit
1543cd24cc
@ -27,6 +27,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
doCheck = true;
|
||||
|
||||
# In procedure bytevector-u8-ref: Argument 2 out of range
|
||||
dontStrip = stdenv.isDarwin;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://ngyro.com/software/guile-lzma.html";
|
||||
description = "Guile wrapper for lzma library";
|
||||
|
Loading…
Reference in New Issue
Block a user