Unverified Commit d1b7a184 authored by Marcus Ramberg's avatar Marcus Ramberg Committed by GitHub
Browse files

interception-tools: Fix build with CMake 4 (#449861)

parents a668943b ac026be7
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  stdenv,
  fetchFromGitLab,
  fetchpatch,
  pkg-config,
  cmake,
  yaml-cpp,
@@ -20,6 +21,14 @@ stdenv.mkDerivation rec {
    hash = "sha256-jhdgfCWbkF+jD/iXsJ+fYKOtPymxcC46Q4w0aqpvcek=";
  };

  patches = [
    (fetchpatch {
      name = "Bump-CMake-minimum-version-to-3.10";
      url = "https://gitlab.com/interception/linux/tools/-/commit/110c9b39b54eae9acd16fa6d64539ce9886b5684.patch";
      hash = "sha256-vLm7LvXh/pGA12gUpt9vt2XTWFqkdjQFOyRzaDRghHI=";
    })
  ];

  nativeBuildInputs = [
    cmake
    pkg-config