[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: |
Tue, 4 Dec 2018 10:39:43 -0500 (EST) |
rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.
commit a1649293e2a381097a5c1230c0664f8aa2ecaf78
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 d9689b1), guix-commits, 2018/12/04
- 01/74: gnu: Add umockdev., guix-commits, 2018/12/04
- 02/74: gnu: sassc: Fix build., guix-commits, 2018/12/04
- 08/74: gnu: yelp: Update to 3.28.1., guix-commits, 2018/12/04
- 10/74: gnu: yelp-tools: Update to 3.28.0., guix-commits, 2018/12/04
- 03/74: gnu: gtksourceview: Update to 4.0.2., guix-commits, 2018/12/04
- 04/74: gnu: Add gtksourceview-3., guix-commits, 2018/12/04
- 05/74: gnu: gtk-doc: Update to 1.28., guix-commits, 2018/12/04
- 06/74: gnu: graphene: Remove custom autogen phase.,
guix-commits <=
- 09/74: gnu: yelp-xsl: Update to 3.28.0., guix-commits, 2018/12/04
- 11/74: gnu: file-roller: Update to 3.28.0., guix-commits, 2018/12/04
- 14/74: gnu: Add libplist., guix-commits, 2018/12/04
- 16/74: gnu: Add libimobiledevice., guix-commits, 2018/12/04
- 20/74: gnu: gnome-desktop: Update to 3.28.2., guix-commits, 2018/12/04
- 18/74: gnu: gnome-maps: Update to 3.28.2., guix-commits, 2018/12/04
- 23/74: gnu: adwaita-icon-theme: Update to 3.28.0., guix-commits, 2018/12/04
- 07/74: gnu: at-spi2-core: Update to 2.28.0., guix-commits, 2018/12/04
- 22/74: gnu: gsettings-desktop-schemas: Update to 3.28.0., guix-commits, 2018/12/04
- 15/74: gnu: Add libusbmuxd., guix-commits, 2018/12/04