diff options
author | Juliana Sims <juli@incana.org> | 2023-06-26 13:14:04 -0400 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-08-08 18:01:55 +0200 |
commit | daadcb7162d12e73e01dbd35ff5dccc925088397 (patch) | |
tree | 31418de22f08aabf90753338b1e919a050712158 | |
parent | 969cea683615e79c7e6548f945f15af80ad58a8a (diff) | |
download | guix-daadcb7162d12e73e01dbd35ff5dccc925088397.tar.gz |
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>
-rw-r--r-- | gnu/packages/admin.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 32cb7007bc..4b2d94a4d9 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -4023,7 +4023,7 @@ you are running, what theme or icon set you are using, etc.") #: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) |