luastatus: fix build with cmake4 (#454511)
This commit is contained in:
@@ -67,6 +67,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
docutils
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace CMakeLists.txt \
|
||||
--replace-fail "cmake_minimum_required (VERSION 3.1.3)" "cmake_minimum_required(VERSION 3.10)"
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/luastatus-stdout-wrapper \
|
||||
--prefix LUASTATUS : $out/bin/luastatus
|
||||
|
||||
Reference in New Issue
Block a user