guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: system: Add guix-icons to the base packages.


From: guix-commits
Subject: 02/03: system: Add guix-icons to the base packages.
Date: Tue, 28 Sep 2021 06:20:15 -0400 (EDT)

mothacehe pushed a commit to branch wip-gnome40
in repository guix.

commit a732d6cf075e4343fa0b460fd7a9ab3977181be5
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Sep 28 10:18:40 2021 +0000

    system: Add guix-icons to the base packages.
    
    * gnu/system.scm (%base-packages-artwork): New variable.
    (%base-packages): Add it.
---
 gnu/system.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/system.scm b/gnu/system.scm
index 2b919d8..69f2ae5 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -170,6 +170,7 @@
             %setuid-programs
             %sudoers-specification
             %base-packages
+            %base-packages-artwork
             %base-packages-interactive
             %base-packages-linux
             %base-packages-networking
@@ -755,6 +756,10 @@ of PROVENANCE-SERVICE-TYPE to its services."
   (list ath9k-htc-firmware
         openfwwf-firmware))
 
+(define %base-packages-artwork
+  ;; Default set of artwork packages.
+  (list guix-icons))
+
 (define %base-packages-utils
   ;; Default set of  utilities packages.
  (cons* procps psmisc which
@@ -815,6 +820,7 @@ of PROVENANCE-SERVICE-TYPE to its services."
   ;; Default set of packages globally visible.  It should include anything
   ;; required for basic administrator tasks.
   (append (list e2fsprogs)
+          %base-packages-artwork
           %base-packages-interactive
           %base-packages-linux
           %base-packages-networking



reply via email to

[Prev in Thread] Current Thread [Next in Thread]