pandora-launcher-unwrapped: fix darwin build

This commit is contained in:
Tom Oostveen
2026-05-27 20:37:51 +02:00
parent eaf6034311
commit 3a86ce673d
@@ -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;