gnu: commencement: Initial Texinfo uses initial Perl.
* gnu/packages/commencement.scm (texinfo-boot0)[inputs]: Use PERL-BOOT0.
This commit is contained in:
parent
4187fe750f
commit
775e6fe456
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue