guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: gnome-mines: Make yelp a regular input.


From: guix-commits
Subject: 04/05: gnu: gnome-mines: Make yelp a regular input.
Date: Sun, 5 Jun 2022 11:26:05 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c527b2faea0c133a524aeed226a1997ccf0368b6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 29 02:00:01 2022 +0200

    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.
---
 gnu/packages/gnome.scm | 5 ++---
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]