mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: bash: Add "doc" output.
* gnu/packages/bash.scm (bash)[outputs]: Add "doc" output.
This commit is contained in:
parent
304e4f5135
commit
4d28b97c46
1 changed files with 4 additions and 3 deletions
|
@ -183,6 +183,7 @@ number/base32-hash tuples, directly usable in the 'patch-series' form."
|
|||
(build-system gnu-build-system)
|
||||
|
||||
(outputs '("out"
|
||||
"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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue