mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
metal-cli: Fix build
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user