pigpio: fix after cmake update (#452193)

This commit is contained in:
Doron Behar
2025-10-16 06:21:38 +00:00
committed by GitHub
+5
View File
@@ -14,6 +14,11 @@ mkDerivation rec {
version = "79";
format = if buildPythonPackage == null then null else "setuptools";
cmakeFlags = [
# https://github.com/NixOS/nixpkgs/issues/445447
(lib.cmakeFeature "CMAKE_POLICY_VERSION_MINIMUM" "3.10")
];
src = fetchFromGitHub {
owner = "joan2937";
repo = "pigpio";