mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ (define-public skribilo
|
||||||
|
|
||||||
#:parallel-build? #f))
|
#:parallel-build? #f))
|
||||||
|
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)
|
||||||
|
("ghostscript-gs" , ghostscript-gs)))
|
||||||
|
|
||||||
(inputs `(("guile" ,guile-2.0)
|
(inputs `(("guile" ,guile-2.0)
|
||||||
("imagemagick" ,imagemagick)
|
("imagemagick" ,imagemagick)
|
||||||
|
|
Loading…
Reference in a new issue