File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed
Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 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 ] ;
Original file line number Diff line number Diff line change @@ -1089,10 +1089,6 @@ with pkgs;
10891089
10901090 tailwindcss = callPackage ../development/tools/tailwindcss { };
10911091
1092- termusic = darwin.apple_sdk_11_0.callPackage ../applications/audio/termusic {
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 { };
You can’t perform that action at this time.
0 commit comments