mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
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>
This commit is contained in:
parent
20ba86567a
commit
c369a90787
1 changed files with 1 additions and 1 deletions
|
@ -1497,7 +1497,7 @@ (define-public sdcc
|
|||
'("--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")))
|
||||
|
|
Loading…
Reference in a new issue