nxpmicro-mfgtools: fix build with cmake4

This commit is contained in:
Sigmanificient
2025-10-19 04:20:47 +02:00
parent 295df891a9
commit cabad41370
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
fetchpatch,
cmake,
pkg-config,
bzip2,
@@ -23,6 +24,14 @@ stdenv.mkDerivation rec {
sha256 = "sha256-t5usUGbcdLQlqPpZkNDeGncka9VfkpO7U933Kw/Sm7U=";
};
patches = [
# build: support cmake 4.0
(fetchpatch {
url = "https://github.com/nxp-imx/mfgtools/commit/311ee9b3cca0275fbb5eb5228c56edbb518afd67.patch?full_index=1";
hash = "sha256-o4cPfXsPxk88zy5lARX8rcmQncsAkZegOxlAIyoFUpQ=";
})
];
nativeBuildInputs = [
cmake
pkg-config