Commit 70350313 authored by Anton Midyukov's avatar Anton Midyukov

mixin.mk: exclude gnome-software, gnome-tour from live of regular-gnome

They will be installed during installation. gnome-software actively climbs into the network and blocks apt. gnome-tour is redundant in the live.
parent 5a16aa71
......@@ -136,8 +136,8 @@ mixin/regular-deepin: use/x11/deepin use/browser/chromium +nm; @:
mixin/regular-gnome: use/x11/gnome use/fonts/ttf/redhat +nm-gtk4 \
use/domain-client
@$(call add,THE_PACKAGES,power-profiles-daemon)
@$(call add,THE_PACKAGES,gnome-software)
@$(call add,THE_PACKAGES,gnome-tour)
@$(call add,BASE_PACKAGES,gnome-software)
@$(call add,BASE_PACKAGES,gnome-tour)
ifeq (,$(filter-out sisyphus p11,$(BRANCH)))
@$(call add,THE_PACKAGES,gnome-extension-manager)
@$(call add,PINNED_PACKAGES,gnome-console:Required)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment