guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: gnome-mahjongg: Drop librsvg from inputs.


From: guix-commits
Subject: 02/04: gnu: gnome-mahjongg: Drop librsvg from inputs.
Date: Sun, 16 Jan 2022 07:56:45 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit 9756bde7fbba2047e5b455571413a2e13cdf0923
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Jan 16 13:38:56 2022 +0100

    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.
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5d6377eff6..d652c06bc1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11518,7 +11518,7 @@ library which detects when a file or a directory has 
been modified.")
     (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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]