diff options
| -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 a8319f191a2..e9c213cbb2c 100644 --- a/gnu/packages/skribilo.scm +++ b/gnu/packages/skribilo.scm | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org> | 2 | ;;; Copyright © 2013, 2014 Ludovic Courtès <ludo@gnu.org> |
| 3 | ;;; | 3 | ;;; |
| 4 | ;;; This file is part of GNU Guix. | 4 | ;;; This file is part of GNU Guix. |
| 5 | ;;; | 5 | ;;; |
| @@ -46,11 +46,15 @@ | |||
| 46 | #:parallel-build? #f)) | 46 | #:parallel-build? #f)) |
| 47 | ;; TODO: Add Ploticus. | 47 | ;; TODO: Add Ploticus. |
| 48 | (inputs `(("guile" ,guile-2.0) | 48 | (inputs `(("guile" ,guile-2.0) |
| 49 | ("guile-reader" ,guile-reader/guile-2.0) | ||
| 50 | ("guile-lib" ,guile-lib) | ||
| 51 | ("imagemagick" ,imagemagick) | 49 | ("imagemagick" ,imagemagick) |
| 52 | ("ghostscript" ,ghostscript) ; for 'convert' | 50 | ("ghostscript" ,ghostscript) ; for 'convert' |
| 53 | ("lout" ,lout))) | 51 | ("lout" ,lout))) |
| 52 | |||
| 53 | ;; The 'skribilo' command needs them, and for people using Skribilo as a | ||
| 54 | ;; library, these inputs are needed as well. | ||
| 55 | (propagated-inputs `(("guile-reader" ,guile-reader/guile-2.0) | ||
| 56 | ("guile-lib" ,guile-lib))) | ||
| 57 | |||
| 54 | (home-page "http://www.nongnu.org/skribilo/") | 58 | (home-page "http://www.nongnu.org/skribilo/") |
| 55 | (synopsis "Document production tool written in Guile Scheme") | 59 | (synopsis "Document production tool written in Guile Scheme") |
| 56 | (description | 60 | (description |
