gnu: commencement: Initial Texinfo uses initial Perl.

* gnu/packages/commencement.scm (texinfo-boot0)[inputs]: Use
PERL-BOOT0.
master
Ludovic Courtès 2015-12-13 11:35:53 +01:00
parent 4187fe750f
commit 775e6fe456
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@
;; Also, use %BOOT0-INPUTS to avoid building Perl once more.
(let ((texinfo (package (inherit texinfo)
(native-inputs '())
(inputs (alist-delete "ncurses" (package-inputs texinfo))))))
(inputs `(("perl" ,perl-boot0))))))
(package-with-bootstrap-guile
(package-with-explicit-inputs texinfo %boot0-inputs
(current-source-location)