3
0
Fork 0
forked from mirrors/nixpkgs

vgo2nix: mark broken

This commit is contained in:
Sandro Jäckel 2022-07-04 16:35:57 +02:00
parent ad6fd85316
commit 4c7e30aca0
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -36,5 +36,8 @@ buildGoModule {
license = licenses.mit;
maintainers = with maintainers; [ adisbladis ];
mainProgram = "vgo2nix";
# vendoring fails with cryptic error:
# reading file:///nix/store/..../github.com/orivej/e/@v/v0.0.0-20180728214217-ac3492690fda.zip: no such file or directory
broken = true;
};
}