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:
Arun Isaac 2018-03-17 04:58:18 +05:30
parent 363be0c6db
commit 68376f6c88
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -68,6 +68,7 @@ (define-public inkscape
("libgc" ,libgc)
("freetype" ,freetype)
("popt" ,popt)
("potrace" ,potrace)
("python" ,python-2)
("lcms" ,lcms)
("boost" ,boost)))