Commit 7ca0fd1f authored by Anton Midyukov's avatar Anton Midyukov

mixin.mk: fix terminal for gnome to gnome-terminal

Through the x-terminal-emulator dependency, xfce4-terminal was installed. This commit doesn't allow that.
parent 27dce17f
......@@ -92,7 +92,10 @@ mixin/regular-cinnamon: use/x11/cinnamon use/x11/lightdm/slick +nm \
mixin/regular-deepin: use/x11/deepin use/browser/chromium +nm; @:
mixin/regular-gnome: use/x11/gnome use/fonts/ttf/redhat +nm
mixin/regular-gnome: use/x11/gnome use/fonts/ttf/redhat +nm \
use/alternatives/x-terminal-emulator/gnome-terminal
@$(call add,THE_PACKAGES,gnome-terminal)
@$(call add,PINNED_PACKAGES,gnome-terminal:Required)
@$(call add,THE_PACKAGES,templates)
@$(call add,THE_PACKAGES,chrome-gnome-shell)
@$(call add,THE_PACKAGES,qt5-wayland qt6-wayland)
......
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