guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: wmbattery: Remove custom bootstrap phase.


From: Ricardo Wurmus
Subject: 03/05: gnu: wmbattery: Remove custom bootstrap phase.
Date: Sat, 10 Nov 2018 17:43:01 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit e17f867c62c687779a82d05db73ab63c25d49c4e
Author: Ricardo Wurmus <address@hidden>
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 <address@hidden>
 ;;; Copyright © 2016, 2017 Kei Kebreau <address@hidden>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018 Ricardo Wurmus <address@hidden>
 ;;;
 ;;; 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

[Prev in Thread] Current Thread [Next in Thread]