guix-commits
[Top][All Lists]
Advanced

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

06/14: gnu: libcdr: Propagate inputs.


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

andreas pushed a commit to branch master
in repository guix.

commit 269194c3c0ec86b9382b6abeeb0dbc35bd7ac2cc
Author: Andreas Enge <address@hidden>
Date:   Sat May 16 21:54:02 2015 +0200

    gnu: libcdr: Propagate inputs.
    
    * gnu/packages/libreoffice.scm (libcdr): Move icu4c, lcms, 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 5739757..18319b5 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -296,12 +296,13 @@ AbiWord 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)
        ("lcms" ,lcms)
        ("librevenge" ,librevenge)
        ("zlib" ,zlib)))
+    (inputs
+     `(("boost" ,boost)))
     (arguments
      ;; avoid triggering a build failure due to warnings
      `(#:configure-flags '("--disable-werror")))



reply via email to

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