diff options
author | Michael Rohleder <mike@rohleder.de> | 2022-09-14 12:16:25 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-09-14 23:36:32 +0200 |
commit | 6ff5b79804390a27751c65b65158cd5711420a98 (patch) | |
tree | bd660d5fd3d5f68ca94711f079912fafc24fcaa5 /gnu | |
parent | a2a22a09c4eca06659e3f0f74b955a2ff2f8d622 (diff) | |
download | guix-6ff5b79804390a27751c65b65158cd5711420a98.tar guix-6ff5b79804390a27751c65b65158cd5711420a98.tar.gz |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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") |