gnu: plotutils: Propagate libXaw.
* gnu/packages/plotutils.scm (plotutils): Move LIBXAW to from 'inputs' to 'propagated-inputs'.
This commit is contained in:
parent
1650dd8a38
commit
a6eb1a95d6
1 changed files with 6 additions and 3 deletions
|
@ -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.
|
||||
;;;
|
||||
|
@ -40,8 +40,11 @@ (define-public plotutils
|
|||
(build-system gnu-build-system)
|
||||
(inputs `(("libpng" ,libpng)
|
||||
("libx11" ,libx11)
|
||||
("libxt" ,libxt)
|
||||
("libxaw" ,libxaw)))
|
||||
("libxt" ,libxt)))
|
||||
|
||||
;; libplot.la has '-lXaw'.
|
||||
(propagated-inputs `(("libxaw" ,libxaw)))
|
||||
|
||||
(home-page
|
||||
"http://www.gnu.org/software/plotutils/")
|
||||
(synopsis "Plotting utilities and library")
|
||||
|
|
Loading…
Reference in a new issue