diff options
| author | Greg Hogan <code@greghogan.com> | 2025-05-06 17:31:06 +0000 |
|---|---|---|
| committer | Greg Hogan <code@greghogan.com> | 2025-08-04 04:11:17 +0000 |
| commit | 3e0e00e1ceecb0f2e9d24672ff0472856dfec74a (patch) | |
| tree | 26487a29b98fd8e5ca9175209c45edacdbdae788 /gnu | |
| parent | 3441c3e30d24c82c159d5d0049692dfd6bacd31c (diff) | |
gnu: alure: Fix build.
* gnu/packages/audio.scm (alure)[arguments]<#:cmake>: Pin old version.
Change-Id: Ic2ad0605a412f0e0cfa325bd576228dc1761c867
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/audio.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index fb54c48e724..59ddbe8ac11 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -4007,8 +4007,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 |
