grandorgue: remove obsolete TARGET_OS_* workaround

This commit is contained in:
Emily 2025-01-06 00:40:06 +00:00
parent 69c435e77a
commit 6cdd31392a

View File

@ -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/