From 4e823eae64a17d3b536ee734e14d309ffdf5f832 Mon Sep 17 00:00:00 2001 From: 宋文武 Date: Sun, 8 May 2016 23:00:37 +0800 Subject: gnu: gnome-klotski: Fix build. * gnu/packages/gnome.scm (gnome-klotski)[inputs]: Add libgames-support. --- gnu/packages/gnome.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 65ff4518d5..a7020a632b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2968,6 +2968,7 @@ GNOME Games, but it may be used by others.") ("xmllint" ,libxml2))) (inputs `(("gtk+" ,gtk+) + ("libgames-support" ,libgames-support) ("librsvg" ,librsvg))) (home-page "https://wiki.gnome.org/Apps/Klotski") (synopsis "Sliding block puzzles") -- cgit v1.2.3