Skip to content

Commit

Permalink
rave: fix for new compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Dec 14, 2023
1 parent bdf43fa commit 6a6b9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/rave/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
];

CPPFLAGS="-DDISABLE_GNU_EXTENSIONS";
CXXFLAGS="-std=c++11";
CXXFLAGS="-std=c++11 -Wno-enum-constexpr-conversion";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit 6a6b9e2

Please sign in to comment.