guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

29/44: gnu: ghc-juicypixels: Add "doc" output.


From: guix-commits
Subject: 29/44: gnu: ghc-juicypixels: Add "doc" output.
Date: Thu, 13 Aug 2020 08:44:54 -0400 (EDT)

rekado pushed a commit to branch wip-haskell
in repository guix.

commit fb9cdfb7046a4473d58156780e6b7fa8cd6116a3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 27 22:22:16 2020 +0200

    gnu: ghc-juicypixels: Add "doc" output.
    
    * gnu/packages/haskell-xyz.scm (ghc-juicypixels)[outputs]: Add "doc" output
    next to "out" and "static".
---
 gnu/packages/haskell-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index ec65c67..225d890 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]