guix-commits
[Top][All Lists]
Advanced

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

13/14: gnu: libmwaw: Propagate input.


From: Andreas Enge
Subject: 13/14: gnu: libmwaw: Propagate input.
Date: Sat, 16 May 2015 20:21:29 +0000

andreas pushed a commit to branch master
in repository guix.

commit b819182d072fcc9ba2936316a1e9fc064e503913
Author: Andreas Enge <address@hidden>
Date:   Sat May 16 22:13:41 2015 +0200

    gnu: libmwaw: Propagate input.
    
    * gnu/packages/libreoffice.scm (libmwaw): Move librevenge from 'inputs'
      to 'propagated-inputs'.
---
 gnu/packages/libreoffice.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index a1c508c..e9f0d39 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -523,9 +523,10 @@ text documents, vector drawings, presentations and 
spreadsheets.")
     (native-inputs
      `(("doxygen" ,doxygen)
        ("pkg-config" ,pkg-config)))
+    (propagated-inputs ; in Requires field of .pkg
+     `(("librevenge" ,librevenge)))
     (inputs
      `(("boost" ,boost)
-       ("librevenge" ,librevenge)
        ("zlib" ,zlib)))
     (arguments
      ;; avoid triggering configure errors by simple inclusion of boost headers



reply via email to

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