3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ghc-cryptonite: Add "doc" output.

* gnu/packages/haskell-crypto.scm (ghc-cryptonite)[outputs]: Add "doc" output
next to "out" and "static".
This commit is contained in:
Ricardo Wurmus 2020-06-26 15:22:50 +02:00
parent 64041c6c25
commit b48e8c45ea
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -311,6 +311,7 @@ the C implementation.")
;; FIXME: tests are broken.
;; See https://github.com/haskell-crypto/cryptonite/issues/260
(arguments '(#:tests? #f))
(outputs '("out" "static" "doc"))
(inputs
`(("ghc-basement" ,ghc-basement)
("ghc-memory" ,ghc-memory)