3
0
Fork 0
forked from mirrors/nixpkgs

golangci-lint: build on x86_64-darwin

This commit is contained in:
zowoq 2022-07-16 11:25:49 +10:00
parent ed548c26d2
commit 2b72b2d261

View file

@ -35,6 +35,5 @@ buildGoModule rec {
homepage = "https://golangci-lint.run/";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ anpryl manveru mic92 ];
broken = stdenv.isDarwin && stdenv.isx86_64;
};
}