goss: buildFlagsArray -> ldflags

launchpad/nixpkgs/master
zowoq 3 years ago
parent 8f311a36b0
commit 7a3be5761a
  1. 6
      pkgs/tools/misc/goss/default.nix

@ -14,9 +14,9 @@ buildGoModule rec {
vendorSha256 = "1lyqjkwj8hybj5swyrv6357hs8sxmf4wim0c8yhfb9mv7fsxhrv7";
CGO_ENABLED = 0;
preBuild = ''
buildFlagsArray+=("-ldflags" "-s -w -X main.version=v${version}")
'';
ldflags = [
"-s" "-w" "-X main.version=v${version}"
];
meta = with lib; {
homepage = "https://github.com/aelsabbahy/goss/";

Loading…
Cancel
Save