[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: gnumeric: Use 'glib-or-gtk-build-system'.
From: |
??? |
Subject: |
01/01: gnu: gnumeric: Use 'glib-or-gtk-build-system'. |
Date: |
Mon, 24 Oct 2016 11:32:20 +0000 (UTC) |
iyzsong pushed a commit to branch master
in repository guix.
commit bd1b1e0517b046a6ad6d48633d43c644edea7424
Author: 宋文武 <address@hidden>
Date: Mon Oct 24 19:12:59 2016 +0800
gnu: gnumeric: Use 'glib-or-gtk-build-system'.
Reported by Pjotr Prins <address@hidden>.
* 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 5f4fc82..1bd0cac 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