guix-commits
[Top][All Lists]
Advanced

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

09/12: gnu: sdcc: Correct name of phase.


From: guix-commits
Subject: 09/12: gnu: sdcc: Correct name of phase.
Date: Mon, 21 Dec 2020 11:48:35 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit c369a9078795ed04127bae6946be975530b1df10
Author: Simon South <simon@simonsouth.net>
AuthorDate: Mon Dec 14 13:06:47 2020 -0500

    gnu: sdcc: Correct name of phase.
    
    * gnu/packages/embedded.scm [arguments]<#:phases>: Rename "patch-makefile"
    phase to "patch-makefiles".
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/embedded.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index 47e1f90..da03d18 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -1497,7 +1497,7 @@ and Zilog Z80 families, plus many of their variants.")
        '("--disable-pic14-port" "--disable-pic16-port" "--disable-ucsim")
        #:phases
        (modify-phases %standard-phases
-         (add-after 'unpack 'patch-makefile
+         (add-after 'unpack 'patch-makefiles
            (lambda _
              (substitute* (find-files "." "(\\.mk$|\\.in$)")
                (("/bin/sh") (which "sh")))



reply via email to

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