diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-10-26 11:35:15 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-10-26 11:35:15 +0300 |
commit | d816693a23d2e967bb2f1293243d0adba51cb992 (patch) | |
tree | d8aa42723f8b2bb62732891db2f4c89b0b13ab50 | |
parent | cbc1f7541888da215299d62dc539dd699de289c1 (diff) |
gnu: five-or-more: Fix build.
* gnu/packages/gnome.scm (five-or-more)[inputs]: Replace
libgnome-games-support with libgnome-games-support-1.
-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 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 |