Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/wayland.py
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/wayland.py')
-rw-r--r--profiles/wayland.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/wayland.py b/profiles/wayland.py
index 3107055c..8edae3c2 100644
--- a/profiles/wayland.py
+++ b/profiles/wayland.py
@@ -29,7 +29,7 @@ def _prep_function(*args, **kwargs):
print('You need to select which graphics card you\'re using.')
print('This in order to setup the required graphics drivers.')
- __builtins__['_gfx_driver_packages'] = archinstall.lib.drivers.select_driver(AVAILABLE_DRIVERS)
+ __builtins__['_gfx_driver_packages'] = archinstall.lib.gfx_drivers.select_driver(AVAILABLE_DRIVERS)
# TODO: Add language section and/or merge it with the locale selected
# earlier in for instance guided.py installer.