radiotray-ng: move to by-name

This commit is contained in:
Kylie McClain
2026-01-09 20:11:11 -05:00
parent 7eb4ce634d
commit 7ce3d1a625
4 changed files with 2 additions and 6 deletions
@@ -18,7 +18,7 @@
libappindicator-gtk3,
libnotify,
libxdg_basedir,
wxGTK,
wxGTK32,
# GStreamer
glib-networking,
gst_all_1,
@@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
libnotify
libxdg_basedir
lsb-release
wxGTK
wxGTK32
# for https gstreamer / libsoup
glib-networking
]
-4
View File
@@ -11683,10 +11683,6 @@ with pkgs;
fltk = fltk13;
};
radiotray-ng = callPackage ../applications/audio/radiotray-ng {
wxGTK = wxGTK32;
};
rawtherapee = callPackage ../applications/graphics/rawtherapee {
fftw = fftwSinglePrec;
};