falcon: fix build with cmake4 (#475631)

This commit is contained in:
Aleksana
2025-12-31 15:48:12 +00:00
committed by GitHub
+10
View File
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
fetchpatch,
cmake,
pkg-config,
pcre,
@@ -20,6 +21,15 @@ stdenv.mkDerivation {
hash = "sha256-0yLhwDVFNbfiW23hNxrvItCCkyaOvEbFSg1ZQuJvhIs=";
};
patches = [
# part of https://github.com/falconpl/falcon/pull/11
(fetchpatch {
name = "bump-minimum-cmake-required-version.patch";
url = "https://github.com/falconpl/falcon/commit/a1f4fa1607249b0356c2cd2c54134cb3dc2dc231.patch";
hash = "sha256-oYLB+71/oan2MOyHTr/IpgDwik+T8ToP1q7AroaBq1g=";
})
];
nativeBuildInputs = [
cmake
pkg-config