mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: ghc-generic-deriving: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-generic-deriving)[outputs]: Add "doc" output next to "out" and "static".
This commit is contained in:
parent
91769cee6c
commit
32bb6b4106
1 changed files with 1 additions and 0 deletions
|
@ -4489,6 +4489,7 @@ (define-public ghc-generic-deriving
|
|||
(base32
|
||||
"0vdg9qdq35jl3m11a87wk8cq1y71qm4i1g1b2pxki0wk70yw20a4"))))
|
||||
(build-system haskell-build-system)
|
||||
(outputs '("out" "static" "doc"))
|
||||
(inputs
|
||||
`(("ghc-th-abstraction" ,ghc-th-abstraction)))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue