3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #144947 from polygon/metal-cli-fix

metal-cli: Fix build
This commit is contained in:
figsoda 2021-11-06 19:56:30 -04:00 committed by GitHub
commit b405a8b2d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,10 +13,6 @@ buildGoModule rec {
vendorSha256 = "sha256-ifSfeJjrZI1Hrsq64zAGBiLVc8GKvq+Ddg26gQooyTs=";
postInstall = ''
ln -s $out/bin/metal-cli $out/bin/metal
'';
doCheck = false;
meta = with lib; {