guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-emms: Fix vorbiscomment path.


From: guix-commits
Subject: branch master updated: gnu: emacs-emms: Fix vorbiscomment path.
Date: Fri, 08 Jan 2021 12:15:12 -0500

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 789dcf5  gnu: emacs-emms: Fix vorbiscomment path.
789dcf5 is described below

commit 789dcf5bc43d970b1676e94239a34dfbf699490f
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Fri Jan 8 18:13:56 2021 +0100

    gnu: emacs-emms: Fix vorbiscomment path.
    
    * gnu/packages/emacs-xyz.scm (emacs-emms)[arguments]: Replace call to
    "vorbiscomment" by its full store path.
---
 gnu/packages/emacs-xyz.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9627442..209a0da 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1720,7 +1720,9 @@ light user interface.")
                   (string-append "\"" alsa "/bin/amixer\"")))
                (substitute* "emms-tag-editor.el"
                  (("\"mid3v2\"")
-                  (string-append "\"" mutagen "/bin/mid3v2\"")))
+                  (string-append "\"" mutagen "/bin/mid3v2\""))
+                 (("\"vorbiscomment\"")
+                  (string-append "\"" vorbis "/bin/vorbiscomment\"")))
                (substitute* "emms-info-exiftool.el"
                  (("\"exiftool\"")
                   (string-append "\"" exiftool "/bin/exiftool\"")))



reply via email to

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