mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
go-toml: exclude gotoml-test-encoder package
`gotoml-test-encoder` is only used for development
This commit is contained in:
parent
39c882983c
commit
2c10fcd44f
@ -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