3
0
Fork 0
forked from mirrors/nixpkgs

mirrorbits: use deleteVendor

This commit is contained in:
zowoq 2020-08-31 19:59:33 +10:00
parent c70cf7ace6
commit 8ad25211ca

View file

@ -30,6 +30,7 @@ buildGoPackage rec {
'';
goPackagePath = "github.com/etix/mirrorbits";
deleteVendor = true;
goDeps = ./deps.nix;
nativeBuildInputs = [ pkgconfig ];