diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-29 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-29 02:00:09 +0200 |
commit | c527b2faea0c133a524aeed226a1997ccf0368b6 (patch) | |
tree | 385c88a07a8f4a294c4f64fb9313b80837a9cda8 /gnu/packages/gnome.scm | |
parent | 868b494ac2811714adc9d0417c612fe49bd954ec (diff) | |
download | guix-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.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 5 |
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 |