diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-12-13 11:35:53 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-12-13 11:35:53 +0100 |
commit | 775e6fe456106298e5b2cb0e3564e2147928f0ba (patch) | |
tree | 0b4a969e008eb557695e40c56f7b249c2eebdb2a /gnu/packages/commencement.scm | |
parent | 4187fe750f128f934bd6030912133d13d19baafd (diff) | |
download | patches-775e6fe456106298e5b2cb0e3564e2147928f0ba.tar patches-775e6fe456106298e5b2cb0e3564e2147928f0ba.tar.gz |
gnu: commencement: Initial Texinfo uses initial Perl.
* gnu/packages/commencement.scm (texinfo-boot0)[inputs]: Use
PERL-BOOT0.
Diffstat (limited to 'gnu/packages/commencement.scm')
-rw-r--r-- | gnu/packages/commencement.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index 3ddaa98c2f..116ca7c647 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -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) |