asmfmt: do not include gofmt/goimports/goreturns

This commit is contained in:
Wael M. Nasreddine 2020-04-30 21:18:07 -07:00
parent 5445b8d8d0
commit 65f85b6efb
No known key found for this signature in database
GPG Key ID: FD437548E0BF0F5F

View File

@ -27,6 +27,10 @@ buildGoPackage rec {
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; {
description = "Go Assembler Formatter";
homepage = "https://github.com/klauspost/asmfmt";