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:
Juliana Sims 2023-06-26 13:14:04 -04:00 committed by Ludovic Courtès
parent 969cea6836
commit daadcb7162
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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)