mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: uwufetch: Fix typo in build phase name.
* gnu/packages/admin.scm (uwufetch) [arguments]: Fix typo in build phase name. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
969cea6836
commit
daadcb7162
1 changed files with 1 additions and 1 deletions
|
@ -4023,7 +4023,7 @@ (define-public uwufetch
|
|||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(delete 'configure)
|
||||
(add-before 'build 'path-source-paths
|
||||
(add-before 'build 'patch-source-paths
|
||||
(lambda _
|
||||
(substitute* "uwufetch.c"
|
||||
(("(/usr(/local)?)(.*;)" all _ _ rest)
|
||||
|
|
Loading…
Reference in a new issue