darwin LaunchAPPL needs ApplicationServices framework

This commit is contained in:
Wolfgang Thaller 2021-12-05 22:42:15 +01:00
parent 73e4ff6520
commit b6df9e8fda
1 changed files with 2 additions and 1 deletions

View File

@ -120,7 +120,8 @@ let
] ./.;
nativeBuildInputs = [ cmake bison flex ];
buildInputs = [ boost zlib retro68.hfsutils ];
buildInputs = [ boost zlib retro68.hfsutils ]
++ lib.optional hostPlatform.isDarwin darwin.apple_sdk.frameworks.ApplicationServices;
};
} // prev.lib.optionalAttrs (prev.targetPlatform ? retro68) {