gnu: easyrpg-player: Enable MIDI format support.

* gnu/packages/easyrpg.scm (easyrpg-player)[arguments]<#:configure-flags>:
Enable fmmidi option for MIDI format support.

Change-Id: I8253f84bdea7c9754e5b9e2bc1b413f2b63a5f19
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
gemmaro 2024-09-02 18:41:34 +09:00 committed by 宋文武
parent 93896ac4d1
commit a3c6f1a38e
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -89,7 +89,8 @@ (define-public easyrpg-player
(build-system gnu-build-system)
(arguments
'(#:configure-flags
(list (string-append "--with-bash-completion-dir="
(list "--enable-fmmidi"
(string-append "--with-bash-completion-dir="
%output "/etc/bash_completion.d/"))))
(native-inputs
(list pkg-config))