@@ 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 @@
(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")