guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: five-or-more: Fix build.


From: guix-commits
Subject: 03/03: gnu: five-or-more: Fix build.
Date: Wed, 26 Oct 2022 04:41:49 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit d816693a23d2e967bb2f1293243d0adba51cb992
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Oct 26 11:35:15 2022 +0300

    gnu: five-or-more: Fix build.
    
    * gnu/packages/gnome.scm (five-or-more)[inputs]: Replace
    libgnome-games-support with libgnome-games-support-1.
---
 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 45d74568a8..0fcd6f0f95 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5298,7 +5298,7 @@ and other secrets.  It communicates with the \"Secret 
Service\" using DBus.")
            pkg-config
            vala))
     (inputs
-     (list gtk+ libgnome-games-support librsvg libxml2))
+     (list gtk+ libgnome-games-support-1 librsvg libxml2))
     (home-page "https://wiki.gnome.org/Apps/Five%20or%20more";)
     (synopsis "Logic puzzle game")
     (description "Five or More is a game where you try to align



reply via email to

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