From 6cdd31392ae4e1f156f40b51e60d58eff5d54b43 Mon Sep 17 00:00:00 2001 From: Emily Date: Mon, 6 Jan 2025 00:40:06 +0000 Subject: [PATCH] grandorgue: remove obsolete `TARGET_OS_*` workaround --- pkgs/applications/audio/grandorgue/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/applications/audio/grandorgue/default.nix b/pkgs/applications/audio/grandorgue/default.nix index 674486a23adb..ab333f83ed53 100644 --- a/pkgs/applications/audio/grandorgue/default.nix +++ b/pkgs/applications/audio/grandorgue/default.nix @@ -47,8 +47,6 @@ stdenv.mkDerivation rec { "-DINSTALL_DEPEND=OFF" ] ++ lib.optional (!includeDemo) "-DINSTALL_DEMO=OFF"; - env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.hostPlatform.isDarwin "-DTARGET_OS_IPHONE=0"; - postInstall = lib.optionalString stdenv.hostPlatform.isDarwin '' mkdir -p $out/{Applications,bin,lib} mv $out/GrandOrgue.app $out/Applications/