[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: bash: Add "doc" output.
From: |
Ludovic Courtès |
Subject: |
01/06: gnu: bash: Add "doc" output. |
Date: |
Tue, 15 Dec 2015 22:40:03 +0000 |
civodul pushed a commit to branch core-updates
in repository guix.
commit 4d28b97c46e9d9ff201df7cdc8f28b78155eea82
Author: Ludovic Courtès <address@hidden>
Date: Tue Dec 15 22:22:59 2015 +0100
gnu: bash: Add "doc" output.
* gnu/packages/bash.scm (bash)[outputs]: Add "doc" output.
---
gnu/packages/bash.scm | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bash.scm b/gnu/packages/bash.scm
index 9d544db..15909c7 100644
--- a/gnu/packages/bash.scm
+++ b/gnu/packages/bash.scm
@@ -183,8 +183,9 @@ number/base32-hash tuples, directly usable in the
'patch-series' form."
(build-system gnu-build-system)
(outputs '("out"
- "include")) ;headers used by extensions
- (native-inputs `(("bison" ,bison))) ;to rebuild the parser
+ "doc" ;1.7 MiB of HTML and extra files
+ "include")) ;headers used by extensions
+ (native-inputs `(("bison" ,bison))) ;to rebuild the parser
(inputs `(("readline" ,readline)
("ncurses" ,ncurses))) ;TODO: add texinfo
(arguments
@@ -212,7 +213,7 @@ number/base32-hash tuples, directly usable in the
'patch-series' form."
#:phases (modify-phases %standard-phases
(add-after 'install 'post-install ,post-install-phase)
(add-after 'install 'install-headers
- ,install-headers-phase))))
+ ,install-headers-phase))))
(synopsis "The GNU Bourne-Again SHell")
(description
"Bash is the shell, or command-line interpreter, of the GNU system. It
- branch core-updates updated (304e4f5 -> 6042f40), Ludovic Courtès, 2015/12/15
- 01/06: gnu: bash: Add "doc" output.,
Ludovic Courtès <=
- 02/06: gnu: ncurses: Add 'TERMINFO_DIRS' search path variable., Ludovic Courtès, 2015/12/15
- 03/06: gnu: ncurses: Add "doc" output., Ludovic Courtès, 2015/12/15
- 05/06: gnu: util-linux: Do not build static libraries., Ludovic Courtès, 2015/12/15
- 04/06: gnu: gettext: Add "doc" output., Ludovic Courtès, 2015/12/15
- 06/06: gnu: pcre: Add "doc" output., Ludovic Courtès, 2015/12/15