gnu: info-reader: Adjust to 'texinfo-6.1' removal.

* gnu/packages/texinfo.scm (info-reader): Change 'texinfo-6.1' to
'texinfo'.
This commit is contained in:
Ludovic Courtès 2016-04-06 14:20:09 +02:00
parent 933d2fe4cf
commit 8f03b70b02

View file

@ -93,10 +93,10 @@ (define-public info-reader
;; The idea of this package is to have the standalone Info reader without ;; The idea of this package is to have the standalone Info reader without
;; the dependency on Perl that 'makeinfo' drags. ;; the dependency on Perl that 'makeinfo' drags.
(package (package
(inherit texinfo-6.1) (inherit texinfo)
(name "info-reader") (name "info-reader")
(arguments (arguments
`(#:disallowed-references ,(assoc-ref (package-inputs texinfo-6.1) `(#:disallowed-references ,(assoc-ref (package-inputs texinfo)
"perl") "perl")
#:modules ((ice-9 ftw) (srfi srfi-1) #:modules ((ice-9 ftw) (srfi srfi-1)