termusic: use new apple sdk pattern
This commit is contained in:
@@ -1,23 +1,16 @@
|
||||
{
|
||||
alsa-lib,
|
||||
AppKit,
|
||||
CoreAudio,
|
||||
CoreGraphics,
|
||||
dbus,
|
||||
Foundation,
|
||||
fetchFromGitHub,
|
||||
fetchpatch,
|
||||
glib,
|
||||
gst_all_1,
|
||||
IOKit,
|
||||
lib,
|
||||
MediaPlayer,
|
||||
mpv-unwrapped,
|
||||
openssl,
|
||||
pkg-config,
|
||||
protobuf,
|
||||
rustPlatform,
|
||||
Security,
|
||||
sqlite,
|
||||
stdenv,
|
||||
}:
|
||||
@@ -76,15 +69,6 @@ rustPlatform.buildRustPackage rec {
|
||||
openssl
|
||||
sqlite
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
AppKit
|
||||
CoreAudio
|
||||
CoreGraphics
|
||||
Foundation
|
||||
IOKit
|
||||
MediaPlayer
|
||||
Security
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isLinux [
|
||||
alsa-lib
|
||||
];
|
||||
|
||||
@@ -1089,10 +1089,6 @@ with pkgs;
|
||||
|
||||
tailwindcss = callPackage ../development/tools/tailwindcss { };
|
||||
|
||||
termusic = darwin.apple_sdk_11_0.callPackage ../by-name/te/termusic/package.nix {
|
||||
inherit (darwin.apple_sdk_11_0.frameworks) AppKit CoreAudio CoreGraphics Foundation IOKit MediaPlayer Security;
|
||||
};
|
||||
|
||||
ufolint = with python3Packages; toPythonApplication ufolint;
|
||||
|
||||
valeronoi = qt6Packages.callPackage ../tools/misc/valeronoi { };
|
||||
|
||||
Reference in New Issue
Block a user