~ruther/guix-local

b661287ea6f8784cc36afe6d7fb4e2b198644f22 — Sharlatan Hellseher 8 months ago 4c6a359
gnu: remid-lv2: Fix build with gcc-14.

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

Change-Id: Iaaedf9d1ee070aa29683d7eb9cac0a555d6653a4
1 files changed, 5 insertions(+), 3 deletions(-)

M gnu/packages/music.scm
M gnu/packages/music.scm => gnu/packages/music.scm +5 -3
@@ 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