Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-06 15:40:33 +0000
committerGitHub <noreply@github.com>2021-04-06 15:40:33 +0000
commit27853bf444b2f5c3355be58409106bc5fa1c2c4b (patch)
tree502b85e836b20b78dad350c7a16b451dbc26e7c3
parent1a09ad7bff5d799180b926df4a3611c8f7a6ea29 (diff)
parentaed763b7639ec38c86865bb0e738b8326af391af (diff)
Merge pull request #196 from dylanmtaylor/patch-3
Remove evolution from default installation as suggested
-rw-r--r--profiles/applications/gnome.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/applications/gnome.py b/profiles/applications/gnome.py
index e9fd1d50..66656134 100644
--- a/profiles/applications/gnome.py
+++ b/profiles/applications/gnome.py
@@ -1,4 +1,4 @@
import archinstall
-installation.add_additional_packages("gnome gnome-tweaks gnome-todo gnome-sound-recorder evolution gdm")
+installation.add_additional_packages("gnome gnome-tweaks gnome-todo gnome-sound-recorder gdm")
# Note: gdm should be part of the gnome group, but adding it here for clarity