guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: inkscape: Build with Python 3.


From: guix-commits
Subject: 04/04: gnu: inkscape: Build with Python 3.
Date: Sat, 19 Dec 2020 16:28:48 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 7405593222177214fc93dd9752140d19c8d21744
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Dec 19 14:41:11 2020 +0100

    gnu: inkscape: Build with Python 3.
    
    * gnu/packages/inkscape.scm (inkscape)[inputs]: Change from PYTHON-2 to
    PYTHON-WRAPPER.
---
 gnu/packages/inkscape.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
index 56375f0..48dc46e 100644
--- a/gnu/packages/inkscape.scm
+++ b/gnu/packages/inkscape.scm
@@ -79,7 +79,7 @@
        ("freetype" ,freetype)
        ("popt" ,popt)
        ("potrace" ,potrace)
-       ("python" ,python-2)
+       ("python" ,python-wrapper)
        ("lcms" ,lcms)
        ("boost" ,boost)))
     (native-inputs



reply via email to

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