[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: commencement: Initial Texinfo uses initial Perl.
From: |
Ludovic Courtès |
Subject: |
01/01: gnu: commencement: Initial Texinfo uses initial Perl. |
Date: |
Sun, 13 Dec 2015 10:36:27 +0000 |
civodul pushed a commit to branch core-updates
in repository guix.
commit 775e6fe456106298e5b2cb0e3564e2147928f0ba
Author: Ludovic Courtès <address@hidden>
Date: Sun Dec 13 11:35:53 2015 +0100
gnu: commencement: Initial Texinfo uses initial Perl.
* gnu/packages/commencement.scm (texinfo-boot0)[inputs]: Use
PERL-BOOT0.
---
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 3ddaa98..116ca7c 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)