radiotray-ng: restrict platforms

This commit is contained in:
Weijia Wang 2022-10-28 17:08:47 +02:00
parent 948fd41c77
commit 8d94a173cf
2 changed files with 2 additions and 2 deletions

View file

@ -93,6 +93,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/ebruck/radiotray-ng";
license = licenses.gpl3;
maintainers = with maintainers; [ dtzWill ];
platforms = platforms.all;
platforms = platforms.linux;
};
}

View file

@ -31394,7 +31394,7 @@ with pkgs;
radioboat = callPackage ../applications/audio/radioboat { };
radiotray-ng = callPackage ../applications/audio/radiotray-ng {
wxGTK = wxGTK30;
wxGTK = wxGTK30-gtk3;
};
raiseorlaunch = callPackage ../applications/misc/raiseorlaunch {};