guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: polipo: Use 'modify-phases'.


From: Tobias Geerinckx-Rice
Subject: 04/05: gnu: polipo: Use 'modify-phases'.
Date: Fri, 16 Sep 2016 00:05:17 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit 9bd259d82d0d712d3c7ed6c78186b3c4e10c1858
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Sep 15 19:39:11 2016 +0200

    gnu: polipo: Use 'modify-phases'.
    
    * gnu/packages/web.scm (polipo)[arguments]: Use 'modify-phases'.
---
 gnu/packages/web.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 96dcd47..342262b 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -586,8 +586,8 @@ unavailable.")
     (native-inputs `(("texinfo" ,texinfo)))
     (build-system gnu-build-system)
     (arguments
-     `(#:phases
-       (alist-delete 'configure %standard-phases)
+     `(#:phases (modify-phases %standard-phases
+                  (delete 'configure))
        #:make-flags (let ((out (assoc-ref %outputs "out")))
                       (list (string-append "PREFIX=" out)
                             (string-append "LOCAL_ROOT="



reply via email to

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