fancontrol-gui: fix build with cmake4
This commit is contained in:
@@ -42,6 +42,11 @@ stdenv.mkDerivation rec {
|
||||
./version.patch
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace CMakeLists.txt \
|
||||
--replace-fail "cmake_minimum_required(VERSION 3.0.2)" "cmake_minimum_required(VERSION 3.10)"
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
tests.version = testers.testVersion {
|
||||
package = fancontrol-gui;
|
||||
|
||||
Reference in New Issue
Block a user