mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: mypaint: Build with librsvg-for-system.
* gnu/packages/image.scm (mypaint)[inputs]: Replace librsvg with librsvg-for-system.
This commit is contained in:
parent
f3e231f0b2
commit
a5daddc95a
1 changed files with 1 additions and 1 deletions
|
@ -2571,7 +2571,7 @@ (define-public mypaint
|
|||
("gettext" ,gettext-minimal)))
|
||||
(inputs
|
||||
(list gtk+
|
||||
librsvg
|
||||
(librsvg-for-system)
|
||||
hicolor-icon-theme
|
||||
libmypaint
|
||||
mypaint-brushes
|
||||
|
|
Loading…
Reference in a new issue