oom pushed a commit to branch c++-team
in repository guix.

commit 62e4b1429f12629236f8d79c257ad7738972532f
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 585070d3af..c3f7fd65f8 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3801,8 +3801,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

Reply via email to