mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
scheme-bytestructures: don't strip on darwin
This commit is contained in:
parent
1543cd24cc
commit
12bcee759d
@ -28,6 +28,9 @@ stdenv.mkDerivation rec {
|
||||
doCheck = true;
|
||||
makeFlags = [ "GUILE_AUTO_COMPILE=0" ];
|
||||
|
||||
# In procedure bytevector-u8-ref: Argument 2 out of range
|
||||
dontStrip = stdenv.isDarwin;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Structured access to bytevector contents";
|
||||
homepage = "https://github.com/TaylanUB/scheme-bytestructures";
|
||||
|
Loading…
Reference in New Issue
Block a user