glslviewer: fix build with cmake 4 (#451394)
This commit is contained in:
@@ -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/";
|
||||
|
||||
Reference in New Issue
Block a user