emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#26255: closed ([PATCH] gnu: gnuplot: Enable tikz b


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26255: closed ([PATCH] gnu: gnuplot: Enable tikz backend.)
Date: Mon, 27 Mar 2017 14:01:01 +0000

Your message dated Mon, 27 Mar 2017 16:00:13 +0200
with message-id <address@hidden>
and subject line Re: bug#26255: [PATCH] gnu: gnuplot: Enable tikz backend.
has caused the debbugs.gnu.org bug report #26255,
regarding [PATCH] gnu: gnuplot: Enable tikz backend.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26255: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26255
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: gnuplot: Enable tikz backend. Date: Sat, 25 Mar 2017 18:37:17 +0100
* 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 ed13556cb..a5cdacb63 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";)



--- End Message ---
--- Begin Message --- Subject: Re: bug#26255: [PATCH] gnu: gnuplot: Enable tikz backend. Date: Mon, 27 Mar 2017 16:00:13 +0200
The gnuplot tikz backend has been pushed as 
6e64766a861f4fa881320921738edef8b7da6bf1. Closing bug report.


--- End Message ---

reply via email to

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