mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
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;
|
||||
|
||||
# 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";
|
||||
|
|
Loading…
Reference in a new issue