termusic: move to pkgs/by-name, use new apple sdk pattern (#370723)

This commit is contained in:
misuzu
2025-01-04 12:21:43 +02:00
committed by GitHub
2 changed files with 0 additions and 20 deletions
@@ -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
];
-4
View File
@@ -1089,10 +1089,6 @@ with pkgs;
tailwindcss = callPackage ../development/tools/tailwindcss { };
termusic = darwin.apple_sdk_11_0.callPackage ../applications/audio/termusic {
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 { };