mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-emms: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-emms): Fix double [native-inputs] field shadowing texinfo. Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
eef40919bb
commit
99f0ecc96f
1 changed files with 1 additions and 2 deletions
|
@ -4438,7 +4438,6 @@ light user interface.")
|
|||
(string-append "\"" vorbiscomment "\"")))
|
||||
(substitute* "emms-info-exiftool.el"
|
||||
(("\"exiftool\"") (string-append "\"" exiftool "\"")))))))))
|
||||
(native-inputs (list texinfo))
|
||||
(inputs
|
||||
(list emacs-emms-print-metadata
|
||||
alsa-utils
|
||||
|
@ -4449,7 +4448,7 @@ light user interface.")
|
|||
python-mutagen
|
||||
perl-image-exiftool
|
||||
opus-tools))
|
||||
(native-inputs (list emacs-ert-runner))))
|
||||
(native-inputs (list emacs-ert-runner texinfo))))
|
||||
|
||||
(define-public emacs-emms-mode-line-cycle
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue