guix-commits
[Top][All Lists]
Advanced

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

03/23: gnu: libetonyek: Adjust inputs.


From: guix-commits
Subject: 03/23: gnu: libetonyek: Adjust inputs.
Date: Sat, 12 Jan 2019 19:32:54 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 9c2094785d5077d82b8f238e4d7aaf372e61fd06
Author: Marius Bakke <address@hidden>
Date:   Wed Jan 2 23:22:58 2019 +0100

    gnu: libetonyek: Adjust inputs.
    
    * gnu/packages/libreoffice.scm (libetonyek)[native-inputs]: Remove 
LIBLANGTAG.
    Move GLM and MDDS to ...
    [inputs]: ... here.
    [propagated-inputs]: Add LIBLANGTAG and ZLIB.
---
 gnu/packages/libreoffice.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index cd300b0..2cbb0ca 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -413,16 +413,17 @@ CorelDRAW documents of all versions.")
     (native-inputs
      `(("cppunit" ,cppunit)
        ("doxygen" ,doxygen)
-       ("glm" ,glm)
        ("gperf" ,gperf)
-       ("liblangtag" ,liblangtag)
-       ("mdds" ,mdds)
        ("pkg-config" ,pkg-config)))
     (propagated-inputs ; in Requires or Requires.private field of .pkg
-     `(("librevenge" ,librevenge)
-       ("libxml2" ,libxml2)))
+     `(("liblangtag" ,liblangtag)
+       ("librevenge" ,librevenge)
+       ("libxml2" ,libxml2)
+       ("zlib" ,zlib)))
     (inputs
-     `(("boost" ,boost)))
+     `(("boost" ,boost)
+       ("glm" ,glm)
+       ("mdds" ,mdds)))
     (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]