From c527b2faea0c133a524aeed226a1997ccf0368b6 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 29 May 2022 02:00:01 +0200 Subject: gnu: gnome-mines: Make yelp a regular input. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/gnome.scm (gnome-mines)[native-inputs]: Move yelp from here… [inputs]: …to here, as it's a reference of .gnome-mines-real. --- gnu/packages/gnome.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gnu/packages') 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 -- cgit v1.2.3