diff options
author | Marius Bakke <marius@gnu.org> | 2020-12-19 14:41:11 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-12-19 22:27:17 +0100 |
commit | 7405593222177214fc93dd9752140d19c8d21744 (patch) | |
tree | 39d208e82f8e5822da80ee27c027d71997daf404 /gnu/packages/inkscape.scm | |
parent | 250a2ac21f4281e30d59dbd42b73f5fbf2b17e4e (diff) | |
download | guix-7405593222177214fc93dd9752140d19c8d21744.tar.gz |
gnu: inkscape: Build with Python 3.
* gnu/packages/inkscape.scm (inkscape)[inputs]: Change from PYTHON-2 to PYTHON-WRAPPER.
Diffstat (limited to 'gnu/packages/inkscape.scm')
-rw-r--r-- | gnu/packages/inkscape.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm index 56375f0759..48dc46ed10 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 |