guix-commits
[Top][All Lists]
Advanced

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

07/14: gnu: libetonyek: Propagate inputs.


From: Andreas Enge
Subject: 07/14: gnu: libetonyek: Propagate inputs.
Date: Sat, 16 May 2015 20:21:27 +0000

andreas pushed a commit to branch master
in repository guix.

commit 480fe00270f9bb08794739aefb86efadc496b039
Author: Andreas Enge <address@hidden>
Date:   Sat May 16 21:57:18 2015 +0200

    gnu: libetonyek: Propagate inputs.
    
    * gnu/packages/libreoffice.scm (libetonyek): Move librevenge and libxml2
      from 'inputs' to 'propagated-inputs'.
---
 gnu/packages/libreoffice.scm |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 18319b5..46e9b02 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -329,10 +329,11 @@ CorelDRAW documents of all versions.")
        ("doxygen" ,doxygen)
        ("gperf" ,gperf)
        ("pkg-config" ,pkg-config)))
-    (inputs
-     `(("boost" ,boost)
-       ("librevenge" ,librevenge)
+    (propagated-inputs ; in Requires or Requires.private field of .pkg
+     `(("librevenge" ,librevenge)
        ("libxml2" ,libxml2)))
+    (inputs
+     `(("boost" ,boost)))
     (home-page "https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";)
     (synopsis "Library for parsing the Apple Keynote format")
     (description "Libetonyek is a library that parses the file format of



reply via email to

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