From 3a86ce673d4a245803c71c833016a823f95c5622 Mon Sep 17 00:00:00 2001 From: Tom Oostveen Date: Wed, 27 May 2026 20:37:36 +0200 Subject: [PATCH] pandora-launcher-unwrapped: fix darwin build --- pkgs/by-name/pa/pandora-launcher-unwrapped/package.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/by-name/pa/pandora-launcher-unwrapped/package.nix b/pkgs/by-name/pa/pandora-launcher-unwrapped/package.nix index d0d2314ed177..3a989632150c 100644 --- a/pkgs/by-name/pa/pandora-launcher-unwrapped/package.nix +++ b/pkgs/by-name/pa/pandora-launcher-unwrapped/package.nix @@ -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;