gnu: skribilo: Add input ghostscript-gs.

* gnu/packages/engineering.scm (lout)[native-inputs]: Add ghostscript-gs.

This is a follow-up to commit d8eb912132.
master
Andreas Enge 2016-07-27 14:42:40 +02:00
parent 5425269bf7
commit 0072b3d3f2
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 2 additions and 1 deletions

View File

@ -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)