wtf: fix darwin build

+2 -2
+2 -2
pkgs/applications/misc/wtf/default.nix
··· 17 17 sha256 = "sha256-DFrA4bx+wSOxmt1CVA1oNiYVmcWeW6wpfR5F1tnhyDY="; 18 18 }; 19 19 20 - vendorHash = "sha256-f82ibPnauUOuZ5D6Rz3Yyt0jiAXvjN8Or3gud+ri6FA="; 20 + vendorHash = "sha256-9uuLidieBMoKz/FLcBnp9wenyveOIzB0IvRBRasulZk="; 21 + proxyVendor = true; 21 22 22 23 doCheck = false; 23 24 ··· 40 41 maintainers = with maintainers; [ kalbasit ]; 41 42 mainProgram = "wtfutil"; 42 43 platforms = platforms.linux ++ platforms.darwin; 43 - broken = stdenv.isDarwin; 44 44 }; 45 45 }