spacebar: switch to apple-sdk_12
This commit is contained in:
parent
215b30238e
commit
b909deee7f
@ -2,10 +2,7 @@
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
Carbon,
|
||||
Cocoa,
|
||||
ScriptingBridge,
|
||||
SkyLight,
|
||||
apple-sdk_12,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -20,10 +17,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
Carbon
|
||||
Cocoa
|
||||
ScriptingBridge
|
||||
SkyLight
|
||||
apple-sdk_12
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
|
@ -12334,8 +12334,6 @@ with pkgs;
|
||||
somebar = callPackage ../applications/misc/somebar { };
|
||||
|
||||
spacebar = callPackage ../os-specific/darwin/spacebar {
|
||||
inherit (darwin.apple_sdk.frameworks)
|
||||
Carbon Cocoa ScriptingBridge SkyLight;
|
||||
};
|
||||
|
||||
speech-denoiser = callPackage ../applications/audio/speech-denoiser { };
|
||||
|
Loading…
Reference in New Issue
Block a user