From 68376f6c88865066ffa196937b4c41076d6e1044 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sat, 17 Mar 2018 04:58:18 +0530 Subject: 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. --- gnu/packages/inkscape.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/inkscape.scm') diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm index 1e98369ea3..ffd5f60b38 100644 --- a/gnu/packages/inkscape.scm +++ b/gnu/packages/inkscape.scm @@ -68,6 +68,7 @@ ("libgc" ,libgc) ("freetype" ,freetype) ("popt" ,popt) + ("potrace" ,potrace) ("python" ,python-2) ("lcms" ,lcms) ("boost" ,boost))) -- cgit v1.2.3