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:
Pierre Neidhardt 2021-01-08 18:13:56 +01:00
parent bc8ea17b33
commit 789dcf5bc4
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F

@ -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\"")))