~ruther/guix-local

6e64766a861f4fa881320921738edef8b7da6bf1 — Danny Milosavljevic 9 years ago 689db38
gnu: gnuplot: Enable tikz backend.

* gnu/packages/maths.scm (gnuplot)[inputs]: Add lua.
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +3 -1
@@ 70,6 70,7 @@
  #:use-module (gnu packages less)
  #:use-module (gnu packages lisp)
  #:use-module (gnu packages logging)
  #:use-module (gnu packages lua)
  #:use-module (gnu packages gnome)
  #:use-module (gnu packages guile)
  #:use-module (gnu packages xorg)


@@ 495,7 496,8 @@ singular value problems.")
    (inputs `(("readline" ,readline)
              ("cairo" ,cairo)
              ("pango" ,pango)
              ("gd" ,gd)))
              ("gd" ,gd)
              ("lua" ,lua)))
    (native-inputs `(("pkg-config" ,pkg-config)
                     ("texlive" ,texlive-minimal)))
    (home-page "http://www.gnuplot.info")