guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: emms: Fix incorrect substitution in emms-tag-editor.el.


From: Ludovic Courtès
Subject: 02/07: gnu: emms: Fix incorrect substitution in emms-tag-editor.el.
Date: Thu, 19 Mar 2015 22:15:59 +0000

civodul pushed a commit to branch master
in repository guix.

commit a5f6065910e3089bc8b5d0176c8d90803504f47d
Author: Ludovic Courtès <address@hidden>
Date:   Thu Mar 19 19:08:19 2015 +0100

    gnu: emms: Fix incorrect substitution in emms-tag-editor.el.
    
    * gnu/packages/emacs.scm (emms)[arguments] <configure>: Add missing
      quotes in mp3info substitution in emms-tag-editor.el.
---
 gnu/packages/emacs.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 0a6b153..84c8026 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -478,7 +478,7 @@ operations.")
                           (string-append "\"" alsa "/bin/amixer\"")))
                        (substitute* "emms-tag-editor.el"
                          (("\"mp3info\"")
-                          (string-append mp3info "/bin/mp3info"))))))
+                          (string-append "\"" mp3info "/bin/mp3info\""))))))
                  (alist-cons-before
                   'install 'pre-install
                   (lambda* (#:key outputs #:allow-other-keys)



reply via email to

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