xva-img: fix build with cmake4 (#453668)

This commit is contained in:
Jo
2025-10-20 20:00:48 +00:00
committed by GitHub
+5
View File
@@ -25,6 +25,11 @@ stdenv.mkDerivation rec {
xxHash
];
postPatch = ''
substituteInPlace CMakeLists.txt \
--replace-fail "CMAKE_MINIMUM_REQUIRED(VERSION 3.0)" "cmake_minimum_required(VERSION 3.10)"
'';
meta = {
maintainers = [ ];
description = "Tool for converting Xen images to raw and back";