me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/haskell-crypto.scm (ghc-cryptonite)[outputs]: Add "doc" output
next to "out" and "static".
master
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
1 changed files with 1 additions and 0 deletions

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)