mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -993,7 +993,7 @@ (define-public unison
|
||||||
`(("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 a new issue