[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#64305] [PATCH 4/4] gnu: uwufetch: Add supported-systems.
From: |
Juliana Sims |
Subject: |
[bug#64305] [PATCH 4/4] gnu: uwufetch: Add supported-systems. |
Date: |
Mon, 26 Jun 2023 13:14:07 -0400 |
* 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