aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2018-12-14 10:51:29 +0100
committerPierre Neidhardt <mail@ambrevar.xyz>2018-12-14 23:32:38 +0100
commitc11f3b3d68b0311ca388f55f72a540908cf5e0f1 (patch)
tree21a62443080b0a6f9a1a779fbd568b6734c8d9e4
parent066d967f003a6d1d9141abc9e80ef2145b0c86a6 (diff)
downloadguix-c11f3b3d68b0311ca388f55f72a540908cf5e0f1.tar
guix-c11f3b3d68b0311ca388f55f72a540908cf5e0f1.tar.gz
gnu: chez-scheme: Replace texlive input with minimal texlive-union.
* gnu/packages/chez.scm (chez-scheme)[native-inputs]: Replace texlive with minimal texlive-union.
-rw-r--r--gnu/packages/chez.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm
index 929e50ee9b..60776b60f7 100644
--- a/gnu/packages/chez.scm
+++ b/gnu/packages/chez.scm
@@ -88,7 +88,8 @@
("zlib:static" ,zlib "static")
("stex" ,stex)))
(native-inputs
- `(("texlive" ,texlive)
+ `(("texlive" ,(texlive-union (list texlive-latex-oberdiek
+ texlive-generic-epsf)))
("ghostscript" ,ghostscript)
("netpbm" ,netpbm)))
(native-search-paths