diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2014-07-10 13:05:47 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2014-07-10 13:05:47 +0200 |
| commit | a6eb1a95d6866fe9128faa49e13fdef2fc16173d (patch) | |
| tree | 4ea34dc26ee36ac873c03f65673b470f154234d1 /gnu | |
| parent | 1650dd8a38019d539086f74981ce3f96f9679da4 (diff) | |
gnu: plotutils: Propagate libXaw.
* gnu/packages/plotutils.scm (plotutils): Move LIBXAW to from 'inputs'
to 'propagated-inputs'.
Diffstat (limited to 'gnu')
| -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") |
