This is an automated email from the git hooks/post-receive script. iyzsong pushed a commit to branch qt-team in repository guix.
The following commit(s) were added to refs/heads/qt-team by this push: new 49958a6a2a gnu: obs: Fix reference to cmake. 49958a6a2a is described below commit 49958a6a2ae31259d35bfb9ed5912db96643ce9a Author: 宋文武 <iyzs...@member.fsf.org> AuthorDate: Thu May 1 07:09:42 2025 +0800 gnu: obs: Fix reference to cmake. * gnu/packages/video.scm (obs) [arguments]: Use cmake-next. Change-Id: I4fe01cbf236b0a092ee1e842fb599994562b4f31 --- gnu/packages/video.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 0f4411e3cb..f4765d42a4 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -4085,7 +4085,7 @@ be used for realtime video capture via Linux-specific APIs.") (build-system cmake-build-system) (arguments (list - #:cmake cmake-3.30 ;needs cmake >= 3.28 + #:cmake cmake-next ;needs cmake >= 3.28 #:configure-flags #~(let ((libdir (string-append (assoc-ref %outputs "out") "/lib"))) (list (string-append "-DOBS_VERSION_OVERRIDE=" #$version)