summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-05-29 02:00:01 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-05-29 02:00:09 +0200
commitc527b2faea0c133a524aeed226a1997ccf0368b6 (patch)
tree385c88a07a8f4a294c4f64fb9313b80837a9cda8
parent868b494ac2811714adc9d0417c612fe49bd954ec (diff)
downloadguix-patches-c527b2faea0c133a524aeed226a1997ccf0368b6.tar
guix-patches-c527b2faea0c133a524aeed226a1997ccf0368b6.tar.gz
gnu: gnome-mines: Make yelp a regular input.
* gnu/packages/gnome.scm (gnome-mines)[native-inputs]: Move yelp from here… [inputs]: …to here, as it's a reference of .gnome-mines-real.
-rw-r--r--gnu/packages/gnome.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5c70d5494f..251d17ae29 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5022,10 +5022,9 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.")
itstool
pkg-config
python-wrapper ; for meson_post_install.py
- vala
- yelp))
+ vala))
(inputs
- (list gtk+ libgnome-games-support librsvg))
+ (list gtk+ libgnome-games-support librsvg yelp))
(home-page "https://wiki.gnome.org/Apps/Mines")
(synopsis "Minesweeper game")
(description