radiotray-ng: restrict platforms
This commit is contained in:
parent
948fd41c77
commit
8d94a173cf
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 {};
|
||||
|
|
Loading…
Reference in a new issue