guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: uwufetch: Fix typo in build phase name.


From: guix-commits
Subject: 06/08: gnu: uwufetch: Fix typo in build phase name.
Date: Tue, 8 Aug 2023 12:03:18 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit daadcb7162d12e73e01dbd35ff5dccc925088397
Author: Juliana Sims <juli@incana.org>
AuthorDate: Mon Jun 26 13:14:04 2023 -0400

    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>
---
 gnu/packages/admin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)



reply via email to

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