gnu: emacs-emms: Fix vorbiscomment path.
* gnu/packages/emacs-xyz.scm (emacs-emms)[arguments]: Replace call to "vorbiscomment" by its full store path.
This commit is contained in:
parent
bc8ea17b33
commit
789dcf5bc4
@ -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\"")))
|
||||
|
Loading…
Reference in New Issue
Block a user