Stop mentioning nss-certs explicitely (added to %base-packages a while ago)
This commit is contained in:
parent
26276332f7
commit
b249b8a4ee
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
||||||
(use-modules (gnu)
|
(use-modules (gnu)
|
||||||
((gnu packages anthy) #:select (anthy))
|
((gnu packages anthy) #:select (anthy))
|
||||||
((gnu packages certs) #:select (nss-certs))
|
|
||||||
((gnu packages gnome) #:select (gvfs))
|
((gnu packages gnome) #:select (gvfs))
|
||||||
((gnu packages fcitx5) #:select (fcitx5
|
((gnu packages fcitx5) #:select (fcitx5
|
||||||
fcitx5-anthy
|
fcitx5-anthy
|
||||||
|
@ -24,8 +23,7 @@
|
||||||
fcitx5-gtk4
|
fcitx5-gtk4
|
||||||
fcitx5-qt
|
fcitx5-qt
|
||||||
gvfs
|
gvfs
|
||||||
sway
|
sway))
|
||||||
nss-certs))
|
|
||||||
|
|
||||||
(define (install-to root-fs)
|
(define (install-to root-fs)
|
||||||
(operating-system
|
(operating-system
|
||||||
|
|
Loading…
Reference in a new issue