3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
Ricardo Wurmus 2020-06-27 22:22:16 +02:00
parent cad59e53da
commit a023e7d0c5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6559,6 +6559,7 @@ JSON (JavaScript Object Notation) is a lightweight data-interchange format.")
(base32
"0qacrnz2qcykj3f6c4k2p8qd31pa2slpv3ykfblgizrfh3401q6x"))))
(build-system haskell-build-system)
(outputs '("out" "static" "doc"))
(inputs
`(("ghc-zlib" ,ghc-zlib)
("ghc-vector" ,ghc-vector)