1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: remid-lv2: Fix build with gcc-14.

* gnu/packages/music.scm (remid-lv2)[arguments] <configure-flags>: Relax
GCC 14 strictness.

Change-Id: Iaaedf9d1ee070aa29683d7eb9cac0a555d6653a4
This commit is contained in:
Sharlatan Hellseher
2025-11-01 09:48:14 +00:00
parent 4c6a359570
commit b661287ea6

View File

@@ -7614,15 +7614,17 @@ to be bundled with the Zrythm @dfn{digital audio workstation} (DAW).")
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/ssj71/reMID.lv2")
(commit (string-append "v" version))))
(url "https://github.com/ssj71/reMID.lv2")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"062kriniidsrhzwrf89kfxm9wb0cmgrl07asnlmgil8vcl7gl9y5"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ; no tests included
(list #:tests? #f ; no tests included
#:configure-flags
#~(list "-DCMAKE_C_FLAGS=-Wno-implicit-function-declaration")))
(inputs
(list alsa-lib glib jack-1 lv2))
(native-inputs