me
/
guix
Archived
1
0
Fork 0

gnu: unison: Add input ghostscript.

* gnu/packages/ocaml.scm (unison)[native-inputs]: Add ghostscript.

This is a follow-up to commit e83a13faa2.
master
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
1 changed files with 2 additions and 1 deletions

View File

@ -569,7 +569,8 @@ libpanel, librsvg and quartz.")
(native-inputs
`(("ocaml" ,ocaml)
;; For documentation
("ghostscript" ,ghostscript-gs)
("ghostscript-gs" ,ghostscript-gs)
("ghostscript" ,ghostscript)
("texlive" ,texlive)
("hevea" ,hevea)
("lynx" ,lynx)))