Skip to content
Snippets Groups Projects
Commit a6eb1a95 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: plotutils: Propagate libXaw.

* gnu/packages/plotutils.scm (plotutils): Move LIBXAW to from 'inputs'
  to 'propagated-inputs'.
parent 1650dd8a
No related branches found
No related tags found
No related merge requests found
;;; 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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment