guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: gnome-mines: Fix build.


From: guix-commits
Subject: 06/08: gnu: gnome-mines: Fix build.
Date: Wed, 14 Sep 2022 17:38:12 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 6ff5b79804390a27751c65b65158cd5711420a98
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Wed Sep 14 12:16:25 2022 +0200

    gnu: gnome-mines: Fix build.
    
    * gnu/packages/gnome.scm (gnome-mines)[inputs]: Replace 
libgnome-games-support with libgnome-games-support-1.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 88e1fd88e9..cc8e2a0396 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5313,7 +5313,7 @@ documentation.")
            vala))
     (inputs
      (list gtk+
-           libgnome-games-support
+           libgnome-games-support-1
            librsvg
            yelp))
     (home-page "https://wiki.gnome.org/Apps/Mines";)



reply via email to

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