iodash: fix build with cmake4
This commit is contained in:
@@ -21,6 +21,11 @@ stdenv.mkDerivation {
|
||||
# https://github.com/YukiWorkshop/IODash/pull/2
|
||||
patches = [ ./0001-Add-cmake-install-directives.patch ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace CMakeLists.txt \
|
||||
--replace-fail "cmake_minimum_required(VERSION 3.2)" "cmake_minimum_required(VERSION 3.10)"
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
pkg-config
|
||||
|
||||
Reference in New Issue
Block a user