igrep: fix build with gcc 15 (#483325)

This commit is contained in:
0x4A6F
2026-02-04 19:56:05 +00:00
committed by GitHub
+3
View File
@@ -19,6 +19,9 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-NZN9pB9McZkTlpGgAbxi8bwn+aRiPMymGmBLYBc6bmw=";
# Fix build with gcc 15
env.NIX_CFLAGS_COMPILE = "-std=gnu17";
passthru.tests = {
version = testers.testVersion {
package = igrep;