pandora-launcher-unwrapped: fix darwin build (#524962)

This commit is contained in:
Michael Daniels
2026-06-14 00:32:25 +00:00
committed by GitHub
@@ -74,8 +74,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
apple-sdk_15
];
buildFeatures = lib.optionals stdenv.hostPlatform.isDarwin [ "gpui/runtime_shaders" ];
doCheck = false; # there aren't any tests
env.OPENSSL_NO_VENDOR = true;