guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: gnome-mines: Fix build.


From: guix-commits
Subject: 02/02: gnu: gnome-mines: Fix build.
Date: Thu, 27 Jan 2022 03:49:27 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 6305c76ae022f0491cc019f19fe2d199626706cf
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Thu Jan 27 07:56:20 2022 +0100

    gnu: gnome-mines: Fix build.
    
    * gnu/packages/web.scm (gnome-mines)[native-inputs]: Add python-wrapper.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/gnome.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2fe1f4de39..e3fac534c4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -54,7 +54,7 @@
 ;;; Copyright © 2020, 2021 Vinicius Monego <monego@posteo.net>
 ;;; Copyright © 2020, 2021 Brice Waegeneire <brice@waegenei.re>
 ;;; Copyright © 2020 Arun Isaac <arunisaac@systemreboot.net>
-;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
+;;; Copyright © 2020, 2022 Michael Rohleder <mike@rohleder.de>
 ;;; Copyright © 2020 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
 ;;; Copyright © 2020, 2021 Andy Tai <atai@atai.org>
 ;;; Copyright © 2020, 2021 Sébastien Lerique <sl@eauchat.org>
@@ -5106,6 +5106,7 @@ and other secrets.  It communicates with the \"Secret 
Service\" using DBus.")
        ("desktop-file-utils" ,desktop-file-utils)
        ("intltool" ,intltool)
        ("itstool" ,itstool)
+       ("python" ,python-wrapper)       ; for meson_post_install.py
        ("vala" ,vala)
        ("yelp" ,yelp)
        ("appstream-glib" ,appstream-glib)))



reply via email to

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