diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-06-14 23:25:59 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-06-14 23:25:59 +0200 |
commit | 7470df5ddfa092872836b7e746ba8af50998b6aa (patch) | |
tree | a80014bd2ab00b0def1cca092f083feeb49d87ff /gnu/packages/skribilo.scm | |
parent | d2e2f142268e32ea2d42990cddfc7df2136741f3 (diff) | |
parent | 07254feb24d755a01c63b64c1df1bfb68ac469bf (diff) | |
download | patches-7470df5ddfa092872836b7e746ba8af50998b6aa.tar patches-7470df5ddfa092872836b7e746ba8af50998b6aa.tar.gz |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/skribilo.scm')
-rw-r--r-- | gnu/packages/skribilo.scm | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/gnu/packages/skribilo.scm b/gnu/packages/skribilo.scm index a8319f191a..e9c213cbb2 100644 --- a/gnu/packages/skribilo.scm +++ b/gnu/packages/skribilo.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2013, 2014 Ludovic Courtès <ludo@gnu.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -46,11 +46,15 @@ #:parallel-build? #f)) ;; TODO: Add Ploticus. (inputs `(("guile" ,guile-2.0) - ("guile-reader" ,guile-reader/guile-2.0) - ("guile-lib" ,guile-lib) ("imagemagick" ,imagemagick) ("ghostscript" ,ghostscript) ; for 'convert' ("lout" ,lout))) + + ;; The 'skribilo' command needs them, and for people using Skribilo as a + ;; library, these inputs are needed as well. + (propagated-inputs `(("guile-reader" ,guile-reader/guile-2.0) + ("guile-lib" ,guile-lib))) + (home-page "http://www.nongnu.org/skribilo/") (synopsis "Document production tool written in Guile Scheme") (description |