guix-commits
[Top][All Lists]
Advanced

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

09/14: gnu: libmspub: Propagate inputs.


From: Andreas Enge
Subject: 09/14: gnu: libmspub: Propagate inputs.
Date: Sat, 16 May 2015 20:21:28 +0000

andreas pushed a commit to branch master
in repository guix.

commit e39cc72376981eb0178e83ea32813cfba5fdb430
Author: Andreas Enge <address@hidden>
Date:   Sat May 16 22:01:25 2015 +0200

    gnu: libmspub: Propagate inputs.
    
    * gnu/packages/libreoffice.scm (libmspub): Move icu4c, librevenge and zlib
      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 b856fe7..ff5b174 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -400,11 +400,12 @@ Aldus/Macromedia/Adobe FreeHand documents.")
     (native-inputs
      `(("doxygen" ,doxygen)
        ("pkg-config" ,pkg-config)))
-    (inputs
-     `(("boost" ,boost)
-       ("icu4c" ,icu4c)
+    (propagated-inputs ; in Requires or Requires.private field of .pkg
+     `(("icu4c" ,icu4c)
        ("librevenge" ,librevenge)
        ("zlib" ,zlib)))
+    (inputs
+     `(("boost" ,boost)))
     (home-page "https://wiki.documentfoundation.org/DLP/Libraries/libmspub";)
     (synopsis "Library for parsing the Microsoft Publisher format")
     (description "Libmspub is a library that parses the file format of



reply via email to

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