mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: aisleriot: Build with librsvg-for-system.
* gnu/packages/gnome.scm (aisleriot)[inputs]: Replace librsvg with librsvg-for-system.
This commit is contained in:
parent
2d8eea832b
commit
8f7211cafe
1 changed files with 1 additions and 1 deletions
|
@ -6085,7 +6085,7 @@ (define-public aisleriot
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("xmllint" ,libxml2)))
|
("xmllint" ,libxml2)))
|
||||||
(inputs
|
(inputs
|
||||||
(list gtk+ guile-2.2 libcanberra librsvg))
|
(list gtk+ guile-2.2 libcanberra (librsvg-for-system)))
|
||||||
(home-page "https://wiki.gnome.org/Apps/Aisleriot")
|
(home-page "https://wiki.gnome.org/Apps/Aisleriot")
|
||||||
(synopsis "Solitaire card games")
|
(synopsis "Solitaire card games")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue