[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/74: gnu: graphene: Remove custom autogen phase.
From: |
guix-commits |
Subject: |
06/74: gnu: graphene: Remove custom autogen phase. |
Date: |
Fri, 30 Nov 2018 09:07:14 -0500 (EST) |
rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.
commit f86cc56cb1573c808c14731fae9fcf4f4c151261
Author: Ricardo Wurmus <address@hidden>
Date: Sun Aug 5 13:25:34 2018 +0200
gnu: graphene: Remove custom autogen phase.
* gnu/packages/gtk.scm (graphene)[arguments]: Remove 'autogen phase.
---
gnu/packages/gtk.scm | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 3ac7f20..1ba81dd 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1627,12 +1627,7 @@ Parcellite and adds bugfixes and features.")
(base32
"1zd2daj7y590wnzn4jw0niyc4fnzgxrcl9i7nwhy8b25ks2hz5wq"))))
(build-system gnu-build-system)
(arguments
- `(#:configure-flags '("--enable-introspection=yes")
- #:phases
- (modify-phases %standard-phases
- (add-before 'configure 'autogen
- (lambda _
- (zero? (system* "./autogen.sh")))))))
+ `(#:configure-flags '("--enable-introspection=yes")))
(native-inputs
`(("autoconf" ,autoconf)
("which" ,which)
- branch wip-gnome-upgrades created (now 92842ce), guix-commits, 2018/11/30
- 02/74: gnu: sassc: Fix build., guix-commits, 2018/11/30
- 05/74: gnu: gtk-doc: Update to 1.28., guix-commits, 2018/11/30
- 08/74: gnu: yelp: Update to 3.28.1., guix-commits, 2018/11/30
- 06/74: gnu: graphene: Remove custom autogen phase.,
guix-commits <=
- 10/74: gnu: yelp-tools: Update to 3.28.0., guix-commits, 2018/11/30
- 09/74: gnu: yelp-xsl: Update to 3.28.0., guix-commits, 2018/11/30
- 15/74: gnu: Add libusbmuxd., guix-commits, 2018/11/30
- 18/74: gnu: gnome-maps: Update to 3.28.2., guix-commits, 2018/11/30
- 13/74: gnu: libusb.scm: Use license: prefix., guix-commits, 2018/11/30
- 20/74: gnu: gnome-desktop: Update to 3.28.2., guix-commits, 2018/11/30
- 32/74: gnu: totem-pl-parser: Update to 3.26.1., guix-commits, 2018/11/30
- 36/74: gnu: gnome-keyring: Update to 3.28.2., guix-commits, 2018/11/30
- 37/74: gnu: gvfs: Update to 1.36.2., guix-commits, 2018/11/30
- 35/74: gnu: libgnome-games-support: Update to 1.4.1., guix-commits, 2018/11/30