Unverified Commit 487bb857 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #221335 from wegank/radiotray-ng-wxgtk

radiotray-ng: migrate to wxGTK32
parents 4260ccc8 bc26a278
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -80,6 +80,9 @@ stdenv.mkDerivation rec {
    "-DBUILD_TESTS=${if doCheck then "ON" else "OFF"}"
  ];

  # 'wxFont::wxFont(int, int, int, int, bool, const wxString&, wxFontEncoding)' is deprecated
  env.NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";

  nativeCheckInputs = [ gtest ];
  doCheck = !stdenv.isAarch64; # single failure that I can't explain

+1 −1
Original line number Diff line number Diff line
@@ -32979,7 +32979,7 @@ with pkgs;
  radioboat = callPackage ../applications/audio/radioboat { };
  radiotray-ng = callPackage ../applications/audio/radiotray-ng {
    wxGTK = wxGTK30;
    wxGTK = wxGTK32;
  };
  raiseorlaunch = callPackage ../applications/misc/raiseorlaunch { };