diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-05-08 23:00:37 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-05-08 23:00:37 +0800 |
commit | 4e823eae64a17d3b536ee734e14d309ffdf5f832 (patch) | |
tree | 6b1f9b7a4e714465b49f43e049f755fdf522aae0 /gnu/packages/gnome.scm | |
parent | f09520db01822f338e1e7391d257a15165fb37a3 (diff) | |
download | patches-4e823eae64a17d3b536ee734e14d309ffdf5f832.tar patches-4e823eae64a17d3b536ee734e14d309ffdf5f832.tar.gz |
gnu: gnome-klotski: Fix build.
* gnu/packages/gnome.scm (gnome-klotski)[inputs]: Add libgames-support.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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") |