lomiri.trust-store: Fix CMake 4 compatibility

This commit is contained in:
OPNA2608
2025-10-10 23:45:54 +02:00
parent 8d9d7b6332
commit fc714e340c

View File

@@ -56,6 +56,14 @@ stdenv.mkDerivation (finalAttrs: {
# Fix compatibility with glog 0.7.x
# Remove when https://gitlab.com/ubports/development/core/trust-store/-/merge_requests/18 merged & in release
./1001-treewide-Switch-to-glog-CMake-module.patch
# Fix compatibility with CMake 4 and beyond (for now)
# Remove when version > 2.0.2
(fetchpatch {
name = "1002-trust-store-CMakeLists.txt-Bump-minimum-version-to-3.10.patch";
url = "https://gitlab.com/ubports/development/core/trust-store/-/commit/64bc51f45e1407f16d389120508c2bcddf9e0d5b.patch";
hash = "sha256-+ZkTQd6wphd29dTmEIBI7nADFjPQD5012/FVFOtdGbI=";
})
];
postPatch = ''