cdrkit: apply patch for cmake 4

This commit is contained in:
Grimmauld
2025-09-20 10:07:01 +02:00
parent 8203384a39
commit 6b97ee62eb
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 57edba6..f28af86 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,3 +1,4 @@
+CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
PROJECT (cdrkit C)
SUBDIRS(include genisoimage wodim libedc libhfs_iso libparanoia icedax libusal librols libunls readom netscsid 3rd-party/dirsplit)

View File

@@ -22,6 +22,10 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-oOqvSA2MAURf0YOrWM5Ft6Ln43gXw7SEvNxxRrDs8sI=";
};
patches = [
./cmake-4.patch
];
nativeBuildInputs = [
cmake
quilt