Loading pkgs/by-name/av/avalanche-cli/package.nix +6 −4 Original line number Diff line number Diff line Loading @@ -26,10 +26,12 @@ buildGoModule (finalAttrs: { proxyVendor = true; vendorHash = "sha256-0+YwlCHjiU46y333RSuaha4pLKFTYlj+M9+TFAALamY="; env = { # Fix error: 'Caught SIGILL in blst_cgo_init' # https://github.com/bnb-chain/bsc/issues/1521 CGO_CFLAGS = "-O -D__BLST_PORTABLE__"; CGO_CFLAGS_ALLOW = "-O -D__BLST_PORTABLE__"; }; ldflags = [ "-s" Loading pkgs/by-name/bl/blockbook/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ buildGoModule rec { "-X github.com/trezor/blockbook/common.buildDate=unknown" ]; CGO_LDFLAGS = [ env.CGO_LDFLAGS = toString [ "-L${lib.getLib stdenv.cc.cc}/lib" "-lrocksdb" "-lz" Loading pkgs/by-name/co/coroot-node-agent/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ buildGoModule (finalAttrs: { buildInputs = [ systemdLibs ]; CGO_CFLAGS = "-I ${systemdLibs}/include"; env.CGO_CFLAGS = "-I ${systemdLibs}/include"; ldflags = [ "-extldflags='-Wl,-z,lazy'" Loading pkgs/by-name/ec/ecapture/package.nix +5 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,11 @@ buildGoModule rec { glibc ]; CGO_LDFLAGS = "-lpcap -lpthread -static"; env.CGO_LDFLAGS = toString [ "-lpcap" "-lpthread" "-static" ]; ldflags = [ "-extldflags '-static'" Loading pkgs/by-name/ex/exportarr/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ buildGoModule (finalAttrs: { subPackages = [ "cmd/exportarr" ]; CGO_ENABLE = 0; env.CGO_ENABLE = 0; ldflags = [ "-s" Loading Loading
pkgs/by-name/av/avalanche-cli/package.nix +6 −4 Original line number Diff line number Diff line Loading @@ -26,10 +26,12 @@ buildGoModule (finalAttrs: { proxyVendor = true; vendorHash = "sha256-0+YwlCHjiU46y333RSuaha4pLKFTYlj+M9+TFAALamY="; env = { # Fix error: 'Caught SIGILL in blst_cgo_init' # https://github.com/bnb-chain/bsc/issues/1521 CGO_CFLAGS = "-O -D__BLST_PORTABLE__"; CGO_CFLAGS_ALLOW = "-O -D__BLST_PORTABLE__"; }; ldflags = [ "-s" Loading
pkgs/by-name/bl/blockbook/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ buildGoModule rec { "-X github.com/trezor/blockbook/common.buildDate=unknown" ]; CGO_LDFLAGS = [ env.CGO_LDFLAGS = toString [ "-L${lib.getLib stdenv.cc.cc}/lib" "-lrocksdb" "-lz" Loading
pkgs/by-name/co/coroot-node-agent/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ buildGoModule (finalAttrs: { buildInputs = [ systemdLibs ]; CGO_CFLAGS = "-I ${systemdLibs}/include"; env.CGO_CFLAGS = "-I ${systemdLibs}/include"; ldflags = [ "-extldflags='-Wl,-z,lazy'" Loading
pkgs/by-name/ec/ecapture/package.nix +5 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,11 @@ buildGoModule rec { glibc ]; CGO_LDFLAGS = "-lpcap -lpthread -static"; env.CGO_LDFLAGS = toString [ "-lpcap" "-lpthread" "-static" ]; ldflags = [ "-extldflags '-static'" Loading
pkgs/by-name/ex/exportarr/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ buildGoModule (finalAttrs: { subPackages = [ "cmd/exportarr" ]; CGO_ENABLE = 0; env.CGO_ENABLE = 0; ldflags = [ "-s" Loading