diff options
| author | yuuko <yuuko@partyvan.io> | 2026-01-03 15:17:50 -0800 |
|---|---|---|
| committer | yuuko <yuuko@partyvan.io> | 2026-01-03 15:17:50 -0800 |
| commit | 811a92cd72aac61df903d24837080e2821c1e541 (patch) | |
| tree | d514238cb6e96aa78b17ebb24a7ab3e20d6d6fb8 | |
| parent | 8825ebe131e3d9c39440138f69312191703b4d84 (diff) | |
metamod-source: c++20 moment
| -rw-r--r-- | srcds-pkgs/metamod-source.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srcds-pkgs/metamod-source.nix b/srcds-pkgs/metamod-source.nix index 2f9c92e..9eb831e 100644 --- a/srcds-pkgs/metamod-source.nix +++ b/srcds-pkgs/metamod-source.nix @@ -20,7 +20,7 @@ in multiStdenv.mkDerivation rec { hardeningDisable = [ "all" ]; - CXXFLAGS="-Wno-error=class-memaccess -Wno-error=format-truncation"; + CXXFLAGS="-Wno-error=class-memaccess -Wno-error=format-truncation -Wno-error=template-id-cdtor"; postPatch = '' mkdir .git |
