Commit 4be0a32c authored by bitbloxhub's avatar bitbloxhub
Browse files

python3Packages.py-slvs: add patch for CMake 4

parent 3830840c
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 = [