mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: alure: Fix build.
* gnu/packages/audio.scm (alure)[arguments]<#:cmake>: Pin old version. Change-Id: Ic2ad0605a412f0e0cfa325bd576228dc1761c867
This commit is contained in:
parent
3441c3e30d
commit
3e0e00e1ce
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue