xva-img: fix build with cmake4
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user