diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-29 02:00:04 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-29 02:00:08 +0200 |
commit | b6086d315fc01529a943035356eaa3c288c3d386 (patch) | |
tree | 2fb0daefed0dd28a46746fbe664a96f0dc6b8652 /gnu | |
parent | 6e67786060de18a4abedbb4b94e468fb10e47960 (diff) | |
download | guix-b6086d315fc01529a943035356eaa3c288c3d386.tar guix-b6086d315fc01529a943035356eaa3c288c3d386.tar.gz |
gnu: five-or-more: Make libxml2 a regular input.
* gnu/packages/gnome.scm (five-or-more)[native-inputs]: Move libxml2 from here…
[inputs]: …to here, as it's a reference of .five-or-more-real.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index a8bea0c3b9..57e19cf4ed 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4981,11 +4981,10 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.") `(,glib "bin") ; for glib-compile-resources intltool itstool - libxml2 pkg-config vala)) (inputs - (list gtk+ libgnome-games-support librsvg)) + (list gtk+ libgnome-games-support 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 |