From bd1b1e0517b046a6ad6d48633d43c644edea7424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Mon, 24 Oct 2016 19:12:59 +0800 Subject: [PATCH] gnu: gnumeric: Use 'glib-or-gtk-build-system'. Reported by Pjotr Prins . * gnu/packages/gnome.scm (gnumeric)[build-systems]: Switch to GLIB-OR-GTK-BUILD-SYSTEM. --- gnu/packages/gnome.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5f4fc8275f..1bd0caccb3 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1598,7 +1598,7 @@ Hints specification (EWMH).") (sha256 (base32 "1rvadlgikklwb6rccqc3rlhqv3m9qx27rchm7znxr062fn7fgb68")))) - (build-system gnu-build-system) + (build-system glib-or-gtk-build-system) (arguments `(;; The gnumeric developers don't worry much about failing tests. ;; See https://bugzilla.gnome.org/show_bug.cgi?id=732387