mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: ghc-juicypixels: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-juicypixels)[outputs]: Add "doc" output next to "out" and "static".
This commit is contained in:
parent
cad59e53da
commit
a023e7d0c5
1 changed files with 1 additions and 0 deletions
|
@ -6559,6 +6559,7 @@ (define-public ghc-juicypixels
|
|||
(base32
|
||||
"0qacrnz2qcykj3f6c4k2p8qd31pa2slpv3ykfblgizrfh3401q6x"))))
|
||||
(build-system haskell-build-system)
|
||||
(outputs '("out" "static" "doc"))
|
||||
(inputs
|
||||
`(("ghc-zlib" ,ghc-zlib)
|
||||
("ghc-vector" ,ghc-vector)
|
||||
|
|
Loading…
Reference in a new issue