guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 27174218c9e4865173485e8853617a4cfcddf7cc
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Sun Jul 12 21:08:30 2026 +0200

    gnu: thefuck: Fix build.
    
    * gnu/packages/admin.scm (thefuck): Fix build.
    [inputs]: Add python-six.
    
    Relates-to: guix/guix!9885
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/admin.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 1af10fa149..88795dfb6c 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4077,7 +4077,8 @@ plug-in architecture to allow monitoring other system 
metrics.")
        (list python-colorama
              python-decorator
              python-psutil
-             python-pyte))
+             python-pyte
+             python-six))
       (home-page "https://github.com/nvbn/thefuck";)
       (synopsis "Correct mistyped console command")
       (description

Reply via email to