Unverified Commit 6dc98983 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.py-slvs: add patch for CMake 4 (#485687)

parents 30a3e96d 4be0a32c
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  buildPythonPackage,
  fetchPypi,
  fetchpatch,
  swig,
  cmake,
  ninja,
@@ -19,6 +20,15 @@ buildPythonPackage rec {
    hash = "sha256-U6T/aXy0JTC1ptL5oBmch0ytSPmIkRA8XOi31NpArnI=";
  };

  patches = [
    # https://github.com/realthunder/slvs_py/pull/11
    (fetchpatch {
      name = "cmake-4.patch";
      url = "https://github.com/realthunder/slvs_py/compare/ab95814...ad0e1f7.patch";
      hash = "sha256-LqDDx7uWq5VOkbE/aRu1JAau/DVfr40KK+L8PbBeGoU=";
    })
  ];

  pyproject = true;

  nativeBuildInputs = [