diff options
-rw-r--r-- | cerbero/bootstrap/linux.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cerbero/bootstrap/linux.py b/cerbero/bootstrap/linux.py index b3f70d82..68c04307 100644 --- a/cerbero/bootstrap/linux.py +++ b/cerbero/bootstrap/linux.py @@ -275,6 +275,8 @@ class ArchBootstrapper(UnixBootstrapper): 'ccache', 'openssl', 'alsa-lib', + 'which', + 'libpulse', ] def __init__(self, config, offline, assume_yes): |