diff mbox series

[bug#57799] gnu: gnome-mines: Fix build.

Message ID 20220914101625.4457-1-mike@rohleder.de
State Accepted
Headers show
Series [bug#57799] gnu: gnome-mines: Fix build. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Michael Rohleder Sept. 14, 2022, 10:16 a.m. UTC
* gnu/packages/gnome.scm (gnome-mines)[inputs]: Replace libgnome-games-support with libgnome-games-support-1.
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ludovic Courtès Sept. 14, 2022, 9:23 p.m. UTC | #1
Michael Rohleder <mike@rohleder.de> skribis:

> * gnu/packages/gnome.scm (gnome-mines)[inputs]: Replace libgnome-games-support with libgnome-games-support-1.

Applied, thanks!
diff mbox series

Patch

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5d46033431..e6787093cf 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5313,7 +5313,7 @@  (define-public gnome-mines
            vala))
     (inputs
      (list gtk+
-           libgnome-games-support
+           libgnome-games-support-1
            librsvg
            yelp))
     (home-page "https://wiki.gnome.org/Apps/Mines")