pigpio: fix build with modern GCC (#520960)

This commit is contained in:
Doron Behar
2026-05-16 21:45:58 +00:00
committed by GitHub
+2
View File
@@ -26,6 +26,8 @@ mkDerivation rec {
hash = "sha256-Z+SwUlBbtWtnbjTe0IghR3gIKS43ZziN0amYtmXy7HE=";
};
NIX_CFLAGS_COMPILE = "-std=gnu17";
nativeBuildInputs = [
cmake
];