guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: easyrpg-player: Add wildmidi input.


From: guix-commits
Subject: 04/04: gnu: easyrpg-player: Add wildmidi input.
Date: Sat, 18 Sep 2021 17:17:48 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4e44e1c67286d89728fc6eee650ddfecd6e35366
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Sep 18 23:06:45 2021 +0200

    gnu: easyrpg-player: Add wildmidi input.
    
    Suggested by moshy on #guix.
    
    * gnu/packages/easyrpg.scm (easyrpg-player)[inputs]: Add wildmidi.
---
 gnu/packages/easyrpg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/easyrpg.scm b/gnu/packages/easyrpg.scm
index 591be38..2350efd 100644
--- a/gnu/packages/easyrpg.scm
+++ b/gnu/packages/easyrpg.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2018 Sou Bunnbu <iyzsong@member.fsf.org>
-;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2019–2021 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -106,7 +106,7 @@ It can read and write LCF and XML files.")
        ("sdl2-mixer" ,sdl2-mixer)
        ("sdl2" ,sdl2)
        ("speexdsp" ,speexdsp)
-       ;; ("wildmidi" ,wildmidi)      ; TODO: package it
+       ("wildmidi" ,wildmidi)
        ("zlib" ,zlib)))
     (home-page "https://easyrpg.org/";)
     (synopsis "Play RPG Maker 2000 and 2003 games")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]