mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-05 08:45:55 +02:00
gnu: commencement: Initial Texinfo uses initial Perl.
* gnu/packages/commencement.scm (texinfo-boot0)[inputs]: Use PERL-BOOT0.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user