summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2026-07-12 21:08:30 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:24 +0100
commita67b55c6181b171d9dbfc507b229d81dcd88f80e (patch)
treec204b30d553a9ec78e210be29b2552ef3dfadd77 /gnu
parentc4b7b88c2fb8beec61aa9f3b128a93802fed0f4c (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/admin.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 68997f122be..f9f802e3dee 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4077,7 +4077,8 @@ plug-in architecture to allow monitoring other system metrics.")
4077 (list python-colorama 4077 (list python-colorama
4078 python-decorator 4078 python-decorator
4079 python-psutil 4079 python-psutil
4080 python-pyte)) 4080 python-pyte
4081 python-six))
4081 (home-page "https://github.com/nvbn/thefuck") 4082 (home-page "https://github.com/nvbn/thefuck")
4082 (synopsis "Correct mistyped console command") 4083 (synopsis "Correct mistyped console command")
4083 (description 4084 (description