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.
parent
42e9b45a5d
commit
9756bde7fb
|
@ -11518,7 +11518,7 @@ library which detects when a file or a directory has been modified.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list dconf))
|
(list dconf))
|
||||||
(inputs
|
(inputs
|
||||||
(list glib gtk+ librsvg))
|
(list glib gtk+))
|
||||||
(synopsis "Mahjongg tile-matching game")
|
(synopsis "Mahjongg tile-matching game")
|
||||||
(description "GNOME Mahjongg is a game based on the classic Chinese
|
(description "GNOME Mahjongg is a game based on the classic Chinese
|
||||||
tile-matching game Mahjong. It features multiple board layouts, tile themes,
|
tile-matching game Mahjong. It features multiple board layouts, tile themes,
|
||||||
|
|
Reference in New Issue