mirror of
https://codeberg.org/spire/nix.git
synced 2026-06-03 09:54:19 +02:00
fix mm-source with gcc14
This commit is contained in:
parent
9c5bfd5708
commit
7ba28c55b9
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ in
|
|||
pname = "metamod-source";
|
||||
version = "1.12";
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=format-truncation -Wno-error=ignored-attributes";
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=format-truncation -Wno-error=ignored-attributes -Wno-error=template-id-cdtor";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "alliedmodders";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue