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-05-15 09:47:36 +0000
committerGitHub <noreply@github.com>2021-05-15 09:47:36 +0000
commit631a94c89d3cbf3a66478a4aacb1b42f27d5fb34 (patch)
treed64a950bb6ff5826ef844a1e34de38cbba7ad8bd
parent46e934380641eaa7f34d6d08445464da788cc253 (diff)
parentb07320aec4e5edceed4ab3b5895648ef9f7ba938 (diff)
Merge pull request #441 from dylanmtaylor/patch-10
Fix deepin; missing lightdm packages
-rw-r--r--profiles/deepin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/deepin.py b/profiles/deepin.py
index 47fbe13f..757597f3 100644
--- a/profiles/deepin.py
+++ b/profiles/deepin.py
@@ -4,7 +4,7 @@ import archinstall, os
is_top_level_profile = False
-__packages__ = ["deepin", "deepin-terminal", "deepin-editor"]
+__packages__ = ["deepin", "deepin-terminal", "deepin-editor", "lightdm", "lightdm-gtk-greeter"]
def _prep_function(*args, **kwargs):
"""