tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
grandorgue: remove obsolete `TARGET_OS_*` workaround
Emily
1 year ago
6cdd3139
69c435e7
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
audio
grandorgue
default.nix
-2
pkgs/applications/audio/grandorgue/default.nix
···
47
47
"-DINSTALL_DEPEND=OFF"
48
48
] ++ lib.optional (!includeDemo) "-DINSTALL_DEMO=OFF";
49
49
50
50
-
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.hostPlatform.isDarwin "-DTARGET_OS_IPHONE=0";
51
51
-
52
50
postInstall = lib.optionalString stdenv.hostPlatform.isDarwin ''
53
51
mkdir -p $out/{Applications,bin,lib}
54
52
mv $out/GrandOrgue.app $out/Applications/