guix_mirror_bot pushed a commit to branch c++-team in repository guix. commit 0f1b8e8d0d15f7609438739ea6289ba0439eef17 Author: Greg Hogan <c...@greghogan.com> AuthorDate: Tue May 6 17:31:06 2025 +0000
gnu: alure: Fix build. * gnu/packages/audio.scm (alure)[arguments]<#:cmake>: Pin old version. Change-Id: Ic2ad0605a412f0e0cfa325bd576228dc1761c867 --- gnu/packages/audio.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 4f7747bacc..94b51c47cd 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -4002,8 +4002,10 @@ buffers, and audio capture.") (patches (search-patches "alure-dumb-2.patch")))) (build-system cmake-build-system) (arguments - `(#:tests? #f ;no tests - #:configure-flags '("-DMODPLUG=ON"))) + (list + #:cmake cmake-3.25 + #:tests? #f ;no tests + #:configure-flags #~(list "-DMODPLUG=ON"))) (native-inputs (list pkg-config)) (inputs (list dumb flac