guix-commits
[Top][All Lists]
Advanced

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

14/14: gnu: libwps: Propagate input.


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

andreas pushed a commit to branch master
in repository guix.

commit baa941e69900709b59569f803432c20f17395ec4
Author: Andreas Enge <address@hidden>
Date:   Sat May 16 22:16:23 2015 +0200

    gnu: libwps: Propagate input.
    
    * gnu/packages/libreoffice.scm (libwps): 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 e9f0d39..183e6dc 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -553,9 +553,10 @@ spreadsheet documents.")
     (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]