cdrkit: apply patch for cmake 4
This commit is contained in:
9
pkgs/by-name/cd/cdrkit/cmake-4.patch
Normal file
9
pkgs/by-name/cd/cdrkit/cmake-4.patch
Normal 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)
|
||||||
|
|
||||||
@@ -22,6 +22,10 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
hash = "sha256-oOqvSA2MAURf0YOrWM5Ft6Ln43gXw7SEvNxxRrDs8sI=";
|
hash = "sha256-oOqvSA2MAURf0YOrWM5Ft6Ln43gXw7SEvNxxRrDs8sI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
./cmake-4.patch
|
||||||
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cmake
|
cmake
|
||||||
quilt
|
quilt
|
||||||
|
|||||||
Reference in New Issue
Block a user