Loading pkgs/applications/audio/radiotray-ng/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 { }; Loading
pkgs/applications/audio/radiotray-ng/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 { };