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
|
@ -68,6 +68,7 @@
|
||||||
("libgc" ,libgc)
|
("libgc" ,libgc)
|
||||||
("freetype" ,freetype)
|
("freetype" ,freetype)
|
||||||
("popt" ,popt)
|
("popt" ,popt)
|
||||||
|
("potrace" ,potrace)
|
||||||
("python" ,python-2)
|
("python" ,python-2)
|
||||||
("lcms" ,lcms)
|
("lcms" ,lcms)
|
||||||
("boost" ,boost)))
|
("boost" ,boost)))
|
||||||
|
|
Loading…
Reference in New Issue