Merge pull request #232944 from viraptor/wtf-darwin

wtf: fix darwin build
This commit is contained in:
Weijia Wang 2023-05-20 16:44:38 +03:00 committed by GitHub
commit 93f90f29f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,8 @@ buildGoModule rec {
sha256 = "sha256-DFrA4bx+wSOxmt1CVA1oNiYVmcWeW6wpfR5F1tnhyDY=";
};
vendorHash = "sha256-f82ibPnauUOuZ5D6Rz3Yyt0jiAXvjN8Or3gud+ri6FA=";
vendorHash = "sha256-9uuLidieBMoKz/FLcBnp9wenyveOIzB0IvRBRasulZk=";
proxyVendor = true;
doCheck = false;
@ -40,6 +41,5 @@ buildGoModule rec {
maintainers = with maintainers; [ kalbasit ];
mainProgram = "wtfutil";
platforms = platforms.linux ++ platforms.darwin;
broken = stdenv.isDarwin;
};
}