asmfmt: do not include gofmt/goimports/goreturns
This commit is contained in:
parent
5445b8d8d0
commit
65f85b6efb
@ -27,6 +27,10 @@ buildGoPackage rec {
|
|||||||
|
|
||||||
goDeps = ./deps.nix;
|
goDeps = ./deps.nix;
|
||||||
|
|
||||||
|
# This package comes with its own version of goimports, gofmt and goreturns
|
||||||
|
# but these binaries are outdated and are offered by other packages.
|
||||||
|
subPackages = [ "cmd/asmfmt" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Go Assembler Formatter";
|
description = "Go Assembler Formatter";
|
||||||
homepage = "https://github.com/klauspost/asmfmt";
|
homepage = "https://github.com/klauspost/asmfmt";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user