Unverified Commit f853a4a2 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

pigpio: fix after cmake update (#452193)

parents 5b82baec 00cf86e9
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";