guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: gnuplot: Enable tikz backend.


From: Danny Milosavljevic
Subject: 01/01: gnu: gnuplot: Enable tikz backend.
Date: Mon, 27 Mar 2017 09:59:01 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 6e64766a861f4fa881320921738edef8b7da6bf1
Author: Danny Milosavljevic <address@hidden>
Date:   Sat Mar 25 18:37:17 2017 +0100

    gnu: gnuplot: Enable tikz backend.
    
    * gnu/packages/maths.scm (gnuplot)[inputs]: Add lua.
---
 gnu/packages/maths.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index ed13556..a5cdacb 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]