mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 10:44:18 +00:00
Merge pull request #300721 from marsam/go-toml-exclude-test-package
go-toml: exclude gotoml-test-encoder package
This commit is contained in:
commit
d7ebd15637
@ -13,7 +13,11 @@ buildGoModule rec {
|
||||
|
||||
vendorHash = "sha256-4t/ft3XTfc7yrsFVMSfjdCur8QULho3NI2ym6gqjexI=";
|
||||
|
||||
excludedPackages = [ "cmd/gotoml-test-decoder" "cmd/tomltestgen" ];
|
||||
excludedPackages = [
|
||||
"cmd/gotoml-test-decoder"
|
||||
"cmd/gotoml-test-encoder"
|
||||
"cmd/tomltestgen"
|
||||
];
|
||||
|
||||
ldflags = [ "-s" "-w" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user