mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: inkscape: Build with Python 3.
* gnu/packages/inkscape.scm (inkscape)[inputs]: Change from PYTHON-2 to PYTHON-WRAPPER.
This commit is contained in:
parent
250a2ac21f
commit
7405593222
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ (define-public inkscape
|
|||
("freetype" ,freetype)
|
||||
("popt" ,popt)
|
||||
("potrace" ,potrace)
|
||||
("python" ,python-2)
|
||||
("python" ,python-wrapper)
|
||||
("lcms" ,lcms)
|
||||
("boost" ,boost)))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue