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