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 09:26:36 -0400 (EDT)

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

commit 00441d08cdfcd4b1408edd3863fa11fac02d1961
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 cf16301..7d38e08 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]