guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: inkscape: Build with potrace support.


From: Arun Isaac
Subject: 01/01: gnu: inkscape: Build with potrace support.
Date: Fri, 16 Mar 2018 19:45:34 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit 68376f6c88865066ffa196937b4c41076d6e1044
Author: Arun Isaac <address@hidden>
Date:   Sat Mar 17 04:58:18 2018 +0530

    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(+)

diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
index 1e98369..ffd5f60 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]