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:
Andreas Enge 2016-08-01 10:24:07 +02:00
parent 3d337bbc39
commit 2be896dec1
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -569,7 +569,8 @@ (define-public unison
(native-inputs
`(("ocaml" ,ocaml)
;; For documentation
("ghostscript" ,ghostscript-gs)
("ghostscript-gs" ,ghostscript-gs)
("ghostscript" ,ghostscript)
("texlive" ,texlive)
("hevea" ,hevea)
("lynx" ,lynx)))