guix-commits
[Top][All Lists]
Advanced

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

08/14: gnu: libfreehand: Propagate inputs.


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

andreas pushed a commit to branch master
in repository guix.

commit c5b5800bb558eb3b99b065655b151b6fa2516469
Author: Andreas Enge <address@hidden>
Date:   Sat May 16 21:59:46 2015 +0200

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

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 46e9b02..b856fe7 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -376,7 +376,7 @@ library primarily intended for language guessing.")
        ("gperf" ,gperf)
        ("perl" ,perl)
        ("pkg-config" ,pkg-config)))
-    (inputs
+    (propagated-inputs ; in Requires or Requires.private field of .pkg
      `(("librevenge" ,librevenge)
        ("zlib" ,zlib)))
     (home-page "https://wiki.documentfoundation.org/DLP/Libraries/libfreehand";)



reply via email to

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