GNU bug report logs -
#78315
[PATCH emacs-team 00/53] More fixes, and a lot of style improvements.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/emacs-xyz.scm (emacs-emms): Fix double [native-inputs]
field shadowing texinfo.
---
gnu/packages/emacs-xyz.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 85ab4a005b..e7f2582a65 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4263,7 +4263,6 @@ (define-public emacs-emms
(string-append "\"" vorbiscomment "\"")))
(substitute* "emms-info-exiftool.el"
(("\"exiftool\"") (string-append "\"" exiftool "\"")))))))))
- (native-inputs (list texinfo))
(inputs
(list emacs-emms-print-metadata
alsa-utils
@@ -4274,7 +4273,7 @@ (define-public emacs-emms
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
--
2.49.0
This bug report was last modified 21 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.