pigpio: fix after cmake update (#452193)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user