Skip to content

Commit 3aefa62

Browse files
committed
termusic: use new apple sdk pattern
1 parent 04456da commit 3aefa62

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

pkgs/by-name/te/termusic/package.nix

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,16 @@
11
{
22
alsa-lib,
3-
AppKit,
4-
CoreAudio,
5-
CoreGraphics,
63
dbus,
7-
Foundation,
84
fetchFromGitHub,
95
fetchpatch,
106
glib,
117
gst_all_1,
12-
IOKit,
138
lib,
14-
MediaPlayer,
159
mpv-unwrapped,
1610
openssl,
1711
pkg-config,
1812
protobuf,
1913
rustPlatform,
20-
Security,
2114
sqlite,
2215
stdenv,
2316
}:
@@ -76,15 +69,6 @@ rustPlatform.buildRustPackage rec {
7669
openssl
7770
sqlite
7871
]
79-
++ lib.optionals stdenv.hostPlatform.isDarwin [
80-
AppKit
81-
CoreAudio
82-
CoreGraphics
83-
Foundation
84-
IOKit
85-
MediaPlayer
86-
Security
87-
]
8872
++ lib.optionals stdenv.hostPlatform.isLinux [
8973
alsa-lib
9074
];

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,10 +1089,6 @@ with pkgs;
10891089

10901090
tailwindcss = callPackage ../development/tools/tailwindcss { };
10911091

1092-
termusic = darwin.apple_sdk_11_0.callPackage ../by-name/te/termusic/package.nix {
1093-
inherit (darwin.apple_sdk_11_0.frameworks) AppKit CoreAudio CoreGraphics Foundation IOKit MediaPlayer Security;
1094-
};
1095-
10961092
ufolint = with python3Packages; toPythonApplication ufolint;
10971093

10981094
valeronoi = qt6Packages.callPackage ../tools/misc/valeronoi { };

0 commit comments

Comments
 (0)