Loading pkgs/by-name/bo/boringssl/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,9 @@ buildGoModule (finalAttrs: { # Needed with GCC 12 but breaks on darwin (with clang) "-Wno-error=stringop-overflow" ] ++ lib.optionals stdenv.cc.isClang [ "-Wno-error=character-conversion" ] ); buildPhase = '' Loading Loading
pkgs/by-name/bo/boringssl/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,9 @@ buildGoModule (finalAttrs: { # Needed with GCC 12 but breaks on darwin (with clang) "-Wno-error=stringop-overflow" ] ++ lib.optionals stdenv.cc.isClang [ "-Wno-error=character-conversion" ] ); buildPhase = '' Loading