diff options
Diffstat (limited to 'gnu/packages/plotutils.scm')
| -rw-r--r-- | gnu/packages/plotutils.scm | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm index 23b3183e824..eae8abaad2c 100644 --- a/gnu/packages/plotutils.scm +++ b/gnu/packages/plotutils.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 | ;;; |
| @@ -40,8 +40,11 @@ | |||
| 40 | (build-system gnu-build-system) | 40 | (build-system gnu-build-system) |
| 41 | (inputs `(("libpng" ,libpng) | 41 | (inputs `(("libpng" ,libpng) |
| 42 | ("libx11" ,libx11) | 42 | ("libx11" ,libx11) |
| 43 | ("libxt" ,libxt) | 43 | ("libxt" ,libxt))) |
| 44 | ("libxaw" ,libxaw))) | 44 | |
| 45 | ;; libplot.la has '-lXaw'. | ||
| 46 | (propagated-inputs `(("libxaw" ,libxaw))) | ||
| 47 | |||
| 45 | (home-page | 48 | (home-page |
| 46 | "http://www.gnu.org/software/plotutils/") | 49 | "http://www.gnu.org/software/plotutils/") |
| 47 | (synopsis "Plotting utilities and library") | 50 | (synopsis "Plotting utilities and library") |
