gnu: ghc-cryptonite: Add "doc" output.
* gnu/packages/haskell-crypto.scm (ghc-cryptonite)[outputs]: Add "doc" output next to "out" and "static".master
parent
64041c6c25
commit
b48e8c45ea
|
@ -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)
|
||||
|
|
Reference in New Issue