mirror of
https://codeberg.org/spire/nix.git
synced 2026-06-03 18:04:10 +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";
|
pname = "metamod-source";
|
||||||
version = "1.12";
|
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 {
|
src = fetchFromGitHub {
|
||||||
owner = "alliedmodders";
|
owner = "alliedmodders";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue