mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: lout: Add input ghostscript.
* gnu/packages/lout.scm (lout)[native-inputs]: Add ghostscript, needed for ps2pdf.
This commit is contained in:
parent
02b934e2c6
commit
5425269bf7
1 changed files with 2 additions and 1 deletions
|
@ -88,7 +88,8 @@ (define out
|
|||
(build-system gnu-build-system) ; actually, just a makefile
|
||||
(outputs '("out" "doc"))
|
||||
(native-inputs
|
||||
`(("ghostscript" ,ghostscript-gs)))
|
||||
`(("ghostscript" ,ghostscript)
|
||||
("ghostscript-gs" ,ghostscript-gs)))
|
||||
(arguments `(#:modules ((guix build utils)
|
||||
(guix build gnu-build-system)
|
||||
(srfi srfi-1)) ; we need SRFI-1
|
||||
|
|
Loading…
Reference in a new issue