rekado pushed a commit to branch master
in repository guix.

commit e17f867c62c687779a82d05db73ab63c25d49c4e
Author: Ricardo Wurmus <[email protected]>
Date:   Sat Nov 10 23:37:48 2018 +0100

    gnu: wmbattery: Remove custom bootstrap phase.
    
    * gnu/packages/gnustep.scm (wmbattery)[arguments]: Remove autoconf phase.
---
 gnu/packages/gnustep.scm | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/gnustep.scm b/gnu/packages/gnustep.scm
index bd28cea..3cc5540 100644
--- a/gnu/packages/gnustep.scm
+++ b/gnu/packages/gnustep.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2014 Ludovic Courtès <[email protected]>
 ;;; Copyright © 2016, 2017 Kei Kebreau <[email protected]>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2018 Ricardo Wurmus <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -167,14 +168,7 @@ interface.  It is fast, feature rich, easy to configure, 
and easy to use.")
                (base32
                 "084a3irxbmgms4bqaga80mlx9wgvlkx6d2w0ns939yrpfzg87laj"))))
     (build-system gnu-build-system)
-    (arguments
-     `(#:tests? #f              ; no "check" target
-       #:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'autoconf
-           (lambda _
-             (invoke "autoreconf" "-vfi")
-             #t)))))
+    (arguments '(#:tests? #f)) ; no "check" target
     (inputs
      `(("glib" ,glib)
        ("libx11" ,libx11)

Reply via email to