diff --git a/pkgs/applications/audio/termusic/default.nix b/pkgs/by-name/te/termusic/package.nix similarity index 89% rename from pkgs/applications/audio/termusic/default.nix rename to pkgs/by-name/te/termusic/package.nix index afc767749a3d9a..a1f7c3beddcd08 100644 --- a/pkgs/applications/audio/termusic/default.nix +++ b/pkgs/by-name/te/termusic/package.nix @@ -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 ]; diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 198f2746b666f3..86c329e9a1b427 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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 { };