gnu: skribilo: Add input ghostscript-gs.
* gnu/packages/engineering.scm (lout)[native-inputs]: Add ghostscript-gs.
This is a follow-up to commit d8eb912132
.
This commit is contained in:
parent
5425269bf7
commit
0072b3d3f2
|
@ -63,7 +63,8 @@
|
|||
|
||||
#:parallel-build? #f))
|
||||
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
(native-inputs `(("pkg-config" ,pkg-config)
|
||||
("ghostscript-gs" , ghostscript-gs)))
|
||||
|
||||
(inputs `(("guile" ,guile-2.0)
|
||||
("imagemagick" ,imagemagick)
|
||||
|
|
Loading…
Reference in New Issue