about summary refs log tree commit diff
path: root/pkgs/applications/audio/radiotray-ng
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-03-15 17:26:49 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-03-15 17:26:49 +0200
commitbc26a2789daccf1863679f91dc60496a2d5142d9 (patch)
tree629cf7e3abfa4aa3a271203fe629c284fa1fe59a /pkgs/applications/audio/radiotray-ng
parentc817b58614f31bfeeaaeaab0754f3cd878497d25 (diff)
radiotray-ng: migrate to wxGTK32
Diffstat (limited to 'pkgs/applications/audio/radiotray-ng')
-rw-r--r--pkgs/applications/audio/radiotray-ng/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/audio/radiotray-ng/default.nix b/pkgs/applications/audio/radiotray-ng/default.nix
index 1d638c01f2055..3196d492fb500 100644
--- a/pkgs/applications/audio/radiotray-ng/default.nix
+++ b/pkgs/applications/audio/radiotray-ng/default.nix
@@ -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