guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: gnuplot: Use texlive-tiny.


From: Ricardo Wurmus
Subject: 04/05: gnu: gnuplot: Use texlive-tiny.
Date: Fri, 30 Jun 2017 07:57:50 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 612a387fe73ec411c862a86ce711929fdcd62bbe
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jun 30 10:12:19 2017 +0200

    gnu: gnuplot: Use texlive-tiny.
    
    * gnu/packages/maths.scm (gnuplot)[native-inputs]: Replace texlive-minimal
    with texlive-tiny.
---
 gnu/packages/maths.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 5e4cd85..657f147 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2014, 2015, 2016 Eric Bavier <address@hidden>
 ;;; Copyright © 2014 Federico Beffa <address@hidden>
 ;;; Copyright © 2014 Mathieu Lirzin <address@hidden>
-;;; Copyright © 2015, 2016 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2015, 2016, 2017 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2015 Sou Bunnbu <address@hidden>
 ;;; Copyright © 2015 Mark H Weaver <address@hidden>
 ;;; Copyright © 2015, 2016, 2017 Efraim Flashner <address@hidden>
@@ -515,8 +515,9 @@ singular value problems.")
               ("pango" ,pango)
               ("gd" ,gd)
               ("lua" ,lua)))
-    (native-inputs `(("pkg-config" ,pkg-config)
-                     ("texlive" ,texlive-minimal)))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)
+       ("texlive" ,texlive-tiny)))
     (home-page "http://www.gnuplot.info";)
     (synopsis "Command-line driven graphing utility")
     (description "Gnuplot is a portable command-line driven graphing



reply via email to

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