aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2018-12-14 17:48:05 +0100
committerPierre Neidhardt <mail@ambrevar.xyz>2018-12-14 23:32:39 +0100
commit68139bce4ae0be3e6af26783e44504b0627a0149 (patch)
treee65db2655f2c86023e4c6490f533145c0540377a
parent9b405aeaa292d7d2171340af6bd5218c72a10f8c (diff)
downloadguix-68139bce4ae0be3e6af26783e44504b0627a0149.tar
guix-68139bce4ae0be3e6af26783e44504b0627a0149.tar.gz
gnu: unison: Replace texlive input with texlive-tiny.
* gnu/packages/ocaml.scm (unison)[native-inputs]: Replace texlive with texlive-tiny.
-rw-r--r--gnu/packages/ocaml.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index caf2c533de..e4a76acc89 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -993,7 +993,7 @@ libpanel, librsvg and quartz.")
`(("ocaml" ,ocaml-4.02)
;; For documentation
("ghostscript" ,ghostscript)
- ("texlive" ,texlive)
+ ("texlive" ,texlive-tiny)
("hevea" ,hevea)
("lynx" ,lynx)
("which" ,which)))