kallisto: fix failing build

Co-authored-by: Tom <github@thunze.de>
This commit is contained in:
László Kupcsik
2025-11-15 14:03:28 +01:00
co-authored by Tom
parent 7d1be29603
commit b7fe69eefa
+5
View File
@@ -21,6 +21,11 @@ stdenv.mkDerivation rec {
sha256 = "sha256-hfdeztEyHvuOnLS71oSv8sPqFe2UCX5KlANqrT/Gfx8=";
};
postPatch = ''
substituteInPlace CMakeLists.txt ext/bifrost/CMakeLists.txt \
--replace-fail "cmake_minimum_required(VERSION 3.0.0)" "cmake_minimum_required(VERSION 3.10)"
'';
nativeBuildInputs = [
autoconf
cmake