diff options
author | Andreas Enge <andreas@enge.fr> | 2015-05-16 21:59:46 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-05-16 22:21:04 +0200 |
commit | c5b5800bb558eb3b99b065655b151b6fa2516469 (patch) | |
tree | 34a9203ab05df0ca340cf1832c7b2e0c997d27e0 | |
parent | 480fe00270f9bb08794739aefb86efadc496b039 (diff) | |
download | guix-c5b5800bb558eb3b99b065655b151b6fa2516469.tar guix-c5b5800bb558eb3b99b065655b151b6fa2516469.tar.gz |
gnu: libfreehand: Propagate inputs.
* gnu/packages/libreoffice.scm (libfreehand): Move librevenge and zlib
from 'inputs' to 'propagated-inputs'.
-rw-r--r-- | 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 46e9b0237a..b856fe7efb 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") |