mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: ghc-rerebase: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-rerebase)[outputs]: Add "doc" output next to "out" and "static".
This commit is contained in:
parent
54c8209e70
commit
af2f91ec41
1 changed files with 1 additions and 0 deletions
|
@ -10469,6 +10469,7 @@ (define-public ghc-rerebase
|
||||||
(base32
|
(base32
|
||||||
"1jbqif6k249rkknm2zwk8v8jil3kgi9ar53358v8l4ffx346rm82"))))
|
"1jbqif6k249rkknm2zwk8v8jil3kgi9ar53358v8l4ffx346rm82"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
|
(outputs '("out" "static" "doc"))
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-rebase" ,ghc-rebase)))
|
`(("ghc-rebase" ,ghc-rebase)))
|
||||||
(home-page "https://github.com/nikita-volkov/rerebase")
|
(home-page "https://github.com/nikita-volkov/rerebase")
|
||||||
|
|
Loading…
Reference in a new issue