gnu: unison: Replace texlive input with texlive-tiny.
* gnu/packages/ocaml.scm (unison)[native-inputs]: Replace texlive with texlive-tiny.
This commit is contained in:
parent
9b405aeaa2
commit
68139bce4a
|
@ -993,7 +993,7 @@ libpanel, librsvg and quartz.")
|
||||||
`(("ocaml" ,ocaml-4.02)
|
`(("ocaml" ,ocaml-4.02)
|
||||||
;; For documentation
|
;; For documentation
|
||||||
("ghostscript" ,ghostscript)
|
("ghostscript" ,ghostscript)
|
||||||
("texlive" ,texlive)
|
("texlive" ,texlive-tiny)
|
||||||
("hevea" ,hevea)
|
("hevea" ,hevea)
|
||||||
("lynx" ,lynx)
|
("lynx" ,lynx)
|
||||||
("which" ,which)))
|
("which" ,which)))
|
||||||
|
|
Loading…
Reference in New Issue