GNU bug report logs -
#64305
[PATCH 0/4] Fixup uwufetch.
Previous Next
Reported by: Juliana Sims <juli <at> incana.org>
Date: Mon, 26 Jun 2023 17:12:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #17 received at 64305 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/admin.scm (uwufetch): Add supported-systems.
---
gnu/packages/admin.scm | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 2c87976721..1611b9f0a6 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4042,7 +4042,13 @@ (define-public uwufetch
well as a summary of system information. UwUFetch's unique contribution is the
uwu-ification of various words used in the description. For example, Guix
becomes gUwUix.")
- (license license:gpl3+)))
+ (license license:gpl3+)
+ (supported-systems
+ (filter (lambda (sys)
+ (not (member sys (list "i586-gnu"
+ "mips64el-linux"
+ "powerpc-linux"))))
+ %supported-systems))))
(define-public screenfetch
(package
--
2.40.1
This bug report was last modified 1 year and 283 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.