guix-commits
[Top][All Lists]
Advanced

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

11/14: gnu: libvisio: Propagate inputs.


From: Andreas Enge
Subject: 11/14: gnu: libvisio: Propagate inputs.
Date: Sat, 16 May 2015 20:21:29 +0000

andreas pushed a commit to branch master
in repository guix.

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

    gnu: libvisio: Propagate inputs.
    
    * gnu/packages/libreoffice.scm (libvisio): Move icu4c, 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 4b81f59..2192259 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -461,11 +461,12 @@ created by PageMaker version 6.x and 7.")
        ("gperf" ,gperf)
        ("perl" ,perl)
        ("pkg-config" ,pkg-config)))
-    (inputs
-     `(("boost" ,boost)
-       ("icu4c" ,icu4c)
+    (propagated-inputs ; in Requires or Requires.private field of .pkg
+     `(("icu4c" ,icu4c)
        ("librevenge" ,librevenge)
        ("libxml2" ,libxml2)))
+    (inputs
+     `(("boost" ,boost)))
     ;; FIXME: Not needed any more for newer version 0.1.1.
     (arguments
      ;; avoid triggering a build failure due to warnings



reply via email to

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