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
|
||||
"1jbqif6k249rkknm2zwk8v8jil3kgi9ar53358v8l4ffx346rm82"))))
|
||||
(build-system haskell-build-system)
|
||||
(outputs '("out" "static" "doc"))
|
||||
(inputs
|
||||
`(("ghc-rebase" ,ghc-rebase)))
|
||||
(home-page "https://github.com/nikita-volkov/rerebase")
|
||||
|
|
Loading…
Reference in a new issue