mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
spacebar: switch to apple-sdk_12; move to by-name (#353749)
This commit is contained in:
commit
e296bdf4c3
@ -1,4 +1,9 @@
|
||||
{ lib, stdenv, fetchFromGitHub, Carbon, Cocoa, ScriptingBridge, SkyLight }:
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
apple-sdk_12,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "spacebar";
|
||||
@ -11,7 +16,9 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "sha256-4LiG43kPZtsm7SQ/28RaGMpYsDshCaGvc1mouPG3jFM=";
|
||||
};
|
||||
|
||||
buildInputs = [ Carbon Cocoa ScriptingBridge SkyLight ];
|
||||
buildInputs = [
|
||||
apple-sdk_12
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
@ -12311,11 +12311,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 { };
|
||||
|
||||
splot = haskell.lib.compose.justStaticExecutables haskellPackages.splot;
|
||||
|
Loading…
Reference in New Issue
Block a user