diff options
author | Arun Isaac <arunisaac@systemreboot.net> | 2018-03-17 04:58:18 +0530 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2018-03-17 05:06:32 +0530 |
commit | 68376f6c88865066ffa196937b4c41076d6e1044 (patch) | |
tree | 3e06014633018f89fe47d4ab7ae8d82dc1d838e2 /gnu/packages/inkscape.scm | |
parent | 363be0c6db8f70be8f1b17a6003fa949c3d7104a (diff) | |
download | patches-68376f6c88865066ffa196937b4c41076d6e1044.tar patches-68376f6c88865066ffa196937b4c41076d6e1044.tar.gz |
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.
Diffstat (limited to 'gnu/packages/inkscape.scm')
-rw-r--r-- | gnu/packages/inkscape.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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))) |