summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-06-30 10:12:19 +0200
committerRicardo Wurmus <rekado@elephly.net>2017-06-30 13:57:41 +0200
commit612a387fe73ec411c862a86ce711929fdcd62bbe (patch)
tree33aa2ba27445e99c409288011a1bc1306166bfd5 /gnu/packages/maths.scm
parenta023ec6e4c9f4c9fc2988514811d5c524e5a4efc (diff)
downloadguix-patches-612a387fe73ec411c862a86ce711929fdcd62bbe.tar
guix-patches-612a387fe73ec411c862a86ce711929fdcd62bbe.tar.gz
gnu: gnuplot: Use texlive-tiny.
* gnu/packages/maths.scm (gnuplot)[native-inputs]: Replace texlive-minimal with texlive-tiny.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 5e4cd85860..657f14757d 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5,7 +5,7 @@
;;; Copyright © 2014, 2015, 2016 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2014 Federico Beffa <beffa@fbengineering.ch>
;;; Copyright © 2014 Mathieu Lirzin <mathieu.lirzin@openmailbox.org>
-;;; Copyright © 2015, 2016 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2015, 2016, 2017 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com>
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2015, 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
@@ -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