mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -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)
|
||||
("xmllint" ,libxml2)))
|
||||
(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")
|
||||
(synopsis "Solitaire card games")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue