mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: gnome-mahjongg: Drop librsvg from inputs.
librsvg is already propagated by gtk+, so directly adding it to the inputs is only going to cause unnecessary breakages. * gnu/packages/gnome.scm (gnome-mahjongg)[inputs]: Remove librsvg.
This commit is contained in:
parent
42e9b45a5d
commit
9756bde7fb
1 changed files with 1 additions and 1 deletions
|
@ -11518,7 +11518,7 @@ (define-public gnome-mahjongg
|
|||
(propagated-inputs
|
||||
(list dconf))
|
||||
(inputs
|
||||
(list glib gtk+ librsvg))
|
||||
(list glib gtk+))
|
||||
(synopsis "Mahjongg tile-matching game")
|
||||
(description "GNOME Mahjongg is a game based on the classic Chinese
|
||||
tile-matching game Mahjong. It features multiple board layouts, tile themes,
|
||||
|
|
Loading…
Reference in a new issue