GNU bug report logs -
#78309
[PATCH 0/2] Only add guix artwork on a desktop system.
Previous Next
Reported by: Efraim Flashner <efraim <at> flashner.co.il>
Date: Thu, 8 May 2025 05:56:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 78309 <at> debbugs.gnu.org (full text, mbox):
* gnu/system.scm (%base-packages-artwork): Add guix-backgrounds.
Change-Id: Ia34ec7eb8548aa8bcd9e912089c2835cd3db4157
---
gnu/system.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/system.scm b/gnu/system.scm
index 2f87b99fce3..2beca4b6d08 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -11,7 +11,7 @@
;;; Copyright © 2020 Florian Pelz <pelzflorian <at> pelzflorian.de>
;;; Copyright © 2020, 2022 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
;;; Copyright © 2020, 2023 Janneke Nieuwenhuizen <jannek <at> gnu.org>
-;;; Copyright © 2020, 2022 Efraim Flashner <efraim <at> flashner.co.il>
+;;; Copyright © 2020, 2022, 2025 Efraim Flashner <efraim <at> flashner.co.il>
;;; Copyright © 2021 Maxime Devos <maximedevos <at> telenet.be>
;;; Copyright © 2021 raid5atemyhomework <raid5atemyhomework <at> protonmail.com>
;;; Copyright © 2023 Bruno Victal <mirai <at> makinata.eu>
@@ -930,7 +930,8 @@ (define %base-firmware
(define %base-packages-artwork
;; Default set of artwork packages.
- (list guix-icons))
+ (list guix-backgrounds
+ guix-icons))
(define %base-packages-utils
;; Default set of utilities packages.
--
Efraim Flashner <efraim <at> flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
This bug report was last modified 63 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.