Skip to content

Commit

Permalink
s25rttr: build with -Wno-error=deprecated-declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn8901 committed Jul 27, 2023
1 parent b1074ca commit 88f8a1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/s25rttr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ stdenv.mkDerivation (finalAttrs: {
libsamplerate
];

env.NIX_CFLAGS_COMPILE = toString ["-Wno-error=deprecated-declarations"];

patches = [./cmake_file_placeholder.patch];

cmakeBuildType = "Release";
Expand Down

0 comments on commit 88f8a1b

Please sign in to comment.