gnu: unison: Add input ghostscript.
* gnu/packages/ocaml.scm (unison)[native-inputs]: Add ghostscript.
This is a follow-up to commit e83a13faa2
.
This commit is contained in:
parent
3d337bbc39
commit
2be896dec1
1 changed files with 2 additions and 1 deletions
|
@ -569,7 +569,8 @@ libpanel, librsvg and quartz.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ocaml" ,ocaml)
|
`(("ocaml" ,ocaml)
|
||||||
;; For documentation
|
;; For documentation
|
||||||
("ghostscript" ,ghostscript-gs)
|
("ghostscript-gs" ,ghostscript-gs)
|
||||||
|
("ghostscript" ,ghostscript)
|
||||||
("texlive" ,texlive)
|
("texlive" ,texlive)
|
||||||
("hevea" ,hevea)
|
("hevea" ,hevea)
|
||||||
("lynx" ,lynx)))
|
("lynx" ,lynx)))
|
||||||
|
|
Reference in a new issue