mirror of
https://codeberg.org/spire/nix.git
synced 2026-06-03 18:04:10 +02:00
23.11
This commit is contained in:
parent
2c9023b27e
commit
60cac34d4d
3 changed files with 9 additions and 9 deletions
|
|
@ -16,7 +16,7 @@
|
|||
pname = "sourcepawn";
|
||||
version = "1.11";
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=sign-compare -Wno-error=unused-but-set-variable -Wno-error=maybe-uninitialized";
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=sign-compare -Wno-error=unused-but-set-variable -Wno-error=maybe-uninitialized -Wno-error=ignored-attributes";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "alliedmodders";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue