guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: termite: Use 'modify-phases' syntax.


From: Efraim Flashner
Subject: 05/09: gnu: termite: Use 'modify-phases' syntax.
Date: Sat, 15 Oct 2016 20:23:09 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 66bb5db7ab963c4a49fde10afc70bbbedb32215f
Author: Efraim Flashner <address@hidden>
Date:   Sat Oct 15 21:15:00 2016 +0300

    gnu: termite: Use 'modify-phases' syntax.
    
    * gnu/packages/terminals.scm (termite)[arguments]: Use 'modify-phases'
    syntax.
---
 gnu/packages/terminals.scm |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index c75fcef..400c9eb 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -103,7 +103,9 @@ configureable through a graphical wizard.")
           "0s6dyg3vcqk5qcx90bs24wdnd3p56rdjdcanx4pcxvp6ksjl61jz"))))
     (build-system gnu-build-system)
     (arguments
-      `(#:phases (alist-delete 'configure %standard-phases)
+      `(#:phases
+        (modify-phases %standard-phases
+          (delete 'configure))
         #:tests? #f
         ;; This sets the destination when installing the necessary terminal
         ;; capability data, which are not provided by 'ncurses'.  See



reply via email to

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