scheme-bytestructures: don't strip on darwin

This commit is contained in:
Weijia Wang 2023-12-05 00:47:27 +01:00
parent 1543cd24cc
commit 12bcee759d

View File

@ -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";