mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
93896ac4d1
commit
a3c6f1a38e
1 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue