glslviewer: fix build with cmake 4 (#451394)

This commit is contained in:
Yaya
2025-10-15 08:40:57 +00:00
committed by GitHub

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/";