guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: pandoc-citeproc: Separate outputs.


From: guix-commits
Subject: branch master updated: gnu: pandoc-citeproc: Separate outputs.
Date: Tue, 01 Dec 2020 10:28:24 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ace3af2  gnu: pandoc-citeproc: Separate outputs.
ace3af2 is described below

commit ace3af2b8026044cc05afb8d14cf333c51fbbd35
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 1 15:37:49 2020 +0100

    gnu: pandoc-citeproc: Separate outputs.
    
    This removes unnecessary references to Haskell packages for the statically
    built executable.
    
    * gnu/packages/haskell-xyz.scm (pandoc-citeproc)[outputs]: Add "lib" and 
"doc"
    outputs.
---
 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 7f443da..d6c50ad 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -9581,6 +9581,7 @@ getDataFileName name = do
          ("pandoc" ,pandoc "lib")
          ,@all-static-inputs
          ,@direct-inputs)))
+    (outputs '("out" "lib" "static" "doc"))
     (synopsis "Pandoc filter for bibliographic references")))
 
 (define-public ghc-pandoc-types



reply via email to

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