guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: solfege: Fix typo.


From: Nicolas Goaziou
Subject: 01/01: gnu: solfege: Fix typo.
Date: Mon, 5 Feb 2018 08:35:36 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 20c65aa1ecef784c50b2a802eb00b4d91fc71c75
Author: Nicolas Goaziou <address@hidden>
Date:   Mon Feb 5 14:35:01 2018 +0100

    gnu: solfege: Fix typo.
    
    * gnu/packages/music.scm (solfege): Fix typo in `fix-configuration' phase.
---
 gnu/packages/music.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 2e8bc17..7aba825 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1050,7 +1050,7 @@ complete studio.")
          (add-after 'unpack 'fix-configuration
            (lambda* (#:key inputs #:allow-other-keys)
              (substitute* "default.config"
-               (("/usr/bin/aplay" "aplay"))
+               (("/usr/bin/aplay") "aplay")
                (("/usr/bin/timidity") "timidity")
                (("/usr/bin/mpg123") "mpg123")
                (("/usr/bin/ogg123") "ogg123"))



reply via email to

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