nootka: fix build with cmake4

This commit is contained in:
Rafael Ieda
2025-10-23 15:54:21 -03:00
parent a9440ea002
commit 1bb9574ac8
+5
View File
@@ -45,6 +45,11 @@ stdenv.mkDerivation (finalAttrs: {
"-DENABLE_PULSEAUDIO=ON"
];
postPatch = ''
substituteInPlace CMakeLists.txt \
--replace-fail "cmake_minimum_required(VERSION 3.1.0)" "cmake_minimum_required(VERSION 3.10)"
'';
meta = {
description = "Application for practicing playing musical scores and ear training";
mainProgram = "nootka";