Skip to content

Commit

Permalink
termusic: move to pkgs/by-name, use new apple sdk pattern (#370723)
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu authored Jan 4, 2025
2 parents 786710e + 3aefa62 commit fd152bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -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,
}:
Expand Down Expand Up @@ -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
];
Expand Down
4 changes: 0 additions & 4 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };
Expand Down

0 comments on commit fd152bc

Please sign in to comment.