me
/
guix
Archived
1
0
Fork 0

maint: Ensure substitutes are available for '%default-xorg-modules'.

* etc/release-manifest.scm (%system-packages): Append
%DEFAULT-XORG-MODULES.
master
Ludovic Courtès 2020-04-14 14:47:19 +02:00
parent 8e8d984fd6
commit bab1f340b3
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 12 additions and 10 deletions

View File

@ -23,6 +23,7 @@
(guix packages) (guix packages)
(guix profiles) (guix profiles)
((gnu ci) #:select (%cross-targets)) ((gnu ci) #:select (%cross-targets))
((gnu services xorg) #:select (%default-xorg-modules))
(guix utils) (guix utils)
(srfi srfi-1) (srfi srfi-1)
(srfi srfi-26)) (srfi srfi-26))
@ -49,7 +50,7 @@ TARGET."
(define %system-packages (define %system-packages
;; Key packages proposed by the Guix System installer. ;; Key packages proposed by the Guix System installer.
(map specification->package (append (map specification->package
'("xorg-server" "xfce" "gnome" "mate" "enlightenment" '("xorg-server" "xfce" "gnome" "mate" "enlightenment"
"openbox" "awesome" "i3-wm" "ratpoison" "openbox" "awesome" "i3-wm" "ratpoison"
"xlockmore" "slock" "libreoffice" "xlockmore" "slock" "libreoffice"
@ -58,7 +59,8 @@ TARGET."
"linux-libre" "grub-hybrid" "linux-libre" "grub-hybrid"
;; FIXME: Add IceCat when Rust is available on i686. ;; FIXME: Add IceCat when Rust is available on i686.
;;"icecat" ;;"icecat"
))) ))
%default-xorg-modules))
(define %packages-to-cross-build (define %packages-to-cross-build
;; Packages that must be cross-buildable from x86_64-linux. ;; Packages that must be cross-buildable from x86_64-linux.