···33 makeFlags = [ "GUILE_AUTO_COMPILE=0" ];
34 doCheck = true;
3500036 meta = with lib; {
37 description = "Bindings to Libgcrypt for GNU Guile";
38 homepage = "https://notabug.org/cwebber/guile-gcrypt";
···33 makeFlags = [ "GUILE_AUTO_COMPILE=0" ];
34 doCheck = true;
3536+ # In procedure bytevector-u8-ref: Argument 2 out of range
37+ dontStrip = stdenv.isDarwin;
38+39 meta = with lib; {
40 description = "Bindings to Libgcrypt for GNU Guile";
41 homepage = "https://notabug.org/cwebber/guile-gcrypt";
···29 "--with-gnu-filesystem-hierarchy"
30 ];
31000032 postFixup = ''
33 for f in $out/${guile.siteDir}/ncurses/**.scm; do \
34 substituteInPlace $f \
···29 "--with-gnu-filesystem-hierarchy"
30 ];
3132+ env = lib.optionalAttrs stdenv.cc.isClang {
33+ NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration";
34+ };
35+36 postFixup = ''
37 for f in $out/${guile.siteDir}/ncurses/**.scm; do \
38 substituteInPlace $f \
+4
pkgs/development/libraries/libfive/default.nix
···61 "-DCMAKE_OSX_DEPLOYMENT_TARGET=10.15"
62 ];
63000064 postInstall = lib.optionalString stdenv.isDarwin ''
65 # No rules to install the mac app, so do it manually.
66 mkdir -p $out/Applications
···61 "-DCMAKE_OSX_DEPLOYMENT_TARGET=10.15"
62 ];
6364+ env = lib.optionalAttrs stdenv.cc.isClang {
65+ NIX_CFLAGS_COMPILE = "-Wno-error=enum-constexpr-conversion";
66+ };
67+68 postInstall = lib.optionalString stdenv.isDarwin ''
69 # No rules to install the mac app, so do it manually.
70 mkdir -p $out/Applications