mirror of
https://github.com/autc04/Retro68.git
synced 2025-03-12 19:36:59 +00:00
darwin LaunchAPPL needs ApplicationServices framework
This commit is contained in:
parent
73e4ff6520
commit
b6df9e8fda
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user