cpulimit: fix build with GCC 15

This commit is contained in:
Austin Butler
2026-01-01 22:40:12 -08:00
parent 57cfff0277
commit c55abf3e44
+2
View File
@@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
sha256 = "1dz045yhcsw1rdamzpz4bk8mw888in7fyqk1q1b3m1yk4pd1ahkh";
};
env.NIX_CFLAGS_COMPILE = "-std=gnu17";
patches = [
./remove-sys-sysctl.h.patch
./get-missing-basename.patch