pianobooster: fix CMake 4 build

This commit is contained in:
superherointj
2025-10-17 09:33:52 -03:00
parent 4b79513150
commit 7c97ff0447
+1
View File
@@ -52,6 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
];
cmakeFlags = [
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
"-DOpenGL_GL_PREFERENCE=GLVND"
"-DUSE_JACK=ON"
];