mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: inkscape: Build with potrace support.
From Inkscape 0.92, potrace is required for the Paintbucket and Trace Bitmap tools. * gnu/packages/inkscape.scm (inkscape)[inputs]: Add potrace.
This commit is contained in:
parent
363be0c6db
commit
68376f6c88
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ (define-public inkscape
|
|||
("libgc" ,libgc)
|
||||
("freetype" ,freetype)
|
||||
("popt" ,popt)
|
||||
("potrace" ,potrace)
|
||||
("python" ,python-2)
|
||||
("lcms" ,lcms)
|
||||
("boost" ,boost)))
|
||||
|
|
Loading…
Reference in a new issue