mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: tint2: Build with librsvg-for-system.
* gnu/packages/xdisorg.scm (tint2)[inputs]: Replace librsvg with librsvg-for-system.
This commit is contained in:
parent
3cda5dffbb
commit
c4d93afbda
1 changed files with 1 additions and 1 deletions
|
@ -2032,7 +2032,7 @@ (define-public tint2
|
||||||
(inputs
|
(inputs
|
||||||
(list gtk+
|
(list gtk+
|
||||||
imlib2
|
imlib2
|
||||||
librsvg
|
(librsvg-for-system)
|
||||||
libxcomposite
|
libxcomposite
|
||||||
libxdamage
|
libxdamage
|
||||||
libxft
|
libxft
|
||||||
|
|
Loading…
Reference in a new issue