diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2018-12-14 17:48:05 +0100 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2018-12-14 23:32:39 +0100 |
commit | 68139bce4ae0be3e6af26783e44504b0627a0149 (patch) | |
tree | e65db2655f2c86023e4c6490f533145c0540377a /gnu/packages/ocaml.scm | |
parent | 9b405aeaa292d7d2171340af6bd5218c72a10f8c (diff) | |
download | guix-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.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 2 |
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))) |