From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Baines Subject: [PATCH] gnu: gnome-tweak-tool: Use glib-or-gtk-build-system Date: Tue, 27 Dec 2016 22:33:12 +0000 Message-ID: <20161227223312.16791-1-mail@cbaines.net> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39704) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cM0J4-0001K6-Jt for guix-devel@gnu.org; Tue, 27 Dec 2016 17:33:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cM0J1-0007pa-7E for guix-devel@gnu.org; Tue, 27 Dec 2016 17:33:18 -0500 Received: from mira.cbaines.net ([2a01:7e00::f03c:91ff:fe69:8da9]:47166) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cM0J1-0007pU-26 for guix-devel@gnu.org; Tue, 27 Dec 2016 17:33:15 -0500 Received: from localhost (190.85.159.143.dyn.plus.net [143.159.85.190]) by mira.cbaines.net (Postfix) with ESMTPSA id AE6A213D6AA for ; Tue, 27 Dec 2016 22:33:12 +0000 (GMT) Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 39e56955 for ; Tue, 27 Dec 2016 22:33:12 +0000 (UTC) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org * gnu/packages/gnome.scm (gnome-tweak-tool): Switch from the gnu build system to the glib-or-gtk build system, to fix missing gobject introspection namespaces. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 91da7783a..5f13cdd0e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5288,12 +5288,12 @@ existing databases over the internet.") (sha256 (base32 "1fj6wjvnjygzm9br3sw9gya6d18yly1rm69yaiar9spfbkvv4wai")))) - (build-system gnu-build-system) + (build-system glib-or-gtk-build-system) (arguments `(#:configure-flags '("--localstatedir=/tmp" "--sysconfdir=/tmp") #:imported-modules ((guix build python-build-system) - ,@%gnu-build-system-modules) + ,@%glib-or-gtk-build-system-modules) #:phases (modify-phases %standard-phases (add-after 'install 'wrap (@@ (guix build python-build-system) wrap))))) -- 2.11.0