glslviewer: fix build with cmake 4

This commit is contained in:
leiserfg
2025-10-12 18:40:31 +02:00
parent 923825a84e
commit 101d3d6966
+1
View File
@@ -42,6 +42,7 @@ stdenv.mkDerivation rec {
ffmpeg
];
cmakeFlags = [ "-DCMAKE_POLICY_VERSION_MINIMUM=3.20" ];
meta = with lib; {
description = "Live GLSL coding renderer";
homepage = "https://patriciogonzalezvivo.com/2015/glslViewer/";