guix-commits
[Top][All Lists]
Advanced

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

10/14: gnu: libpagemaker: Propagate input.


From: Andreas Enge
Subject: 10/14: gnu: libpagemaker: Propagate input.
Date: Sat, 16 May 2015 20:21:28 +0000

andreas pushed a commit to branch master
in repository guix.

commit 86d648ea97a1207809ba006b5a3e89fb00055699
Author: Andreas Enge <address@hidden>
Date:   Sat May 16 22:04:04 2015 +0200

    gnu: libpagemaker: Propagate input.
    
    * gnu/packages/libreoffice.scm (libpagemaker): Move librevenge from
      'inputs' to 'propagated-inputs'.
---
 gnu/packages/libreoffice.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index ff5b174..4b81f59 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -427,9 +427,10 @@ Microsoft Publisher documents of all versions.")
     (native-inputs
      `(("doxygen" ,doxygen)
        ("pkg-config" ,pkg-config)))
+    (native-inputs ; in Requires field of .pkg
+     `(("librevenge" ,librevenge)))
     (inputs
      `(("boost" ,boost)
-       ("librevenge" ,librevenge)
        ("zlib" ,zlib)))
     (arguments
      ;; avoid triggering a build failure due to warnings



reply via email to

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