diff options
author | Franz Geffke <franz@pantherx.org> | 2023-08-24 12:19:54 +0100 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2023-08-24 12:19:54 +0100 |
commit | ea2bd0bae438a9ca875c14b75b80b35f21614ee5 (patch) | |
tree | 97a6064393494106803a4cb80377d51c65837926 /px/packages/base.scm | |
parent | 6ecf59da5c25269704a7154486904268beab78a4 (diff) |
core: add libimobiledevice for iphone tethering
Diffstat (limited to 'px/packages/base.scm')
-rw-r--r-- | px/packages/base.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/px/packages/base.scm b/px/packages/base.scm index 054b806..576e500 100644 --- a/px/packages/base.scm +++ b/px/packages/base.scm @@ -14,6 +14,7 @@ #:use-module (gnu packages glib) #:use-module (gnu packages gnome) #:use-module (gnu packages linux) + #:use-module (gnu packages libusb) #:use-module (gnu packages networking) #:use-module (gnu packages openbox) #:use-module (gnu packages screen) @@ -51,8 +52,9 @@ (define %px-core-packages (append (list px ;; User and system updates - px-install px-setup-assistant ;; System installation + ;; px-setup-assistant ;; System installation gnutls nss-certs ;; TLS library and NNS certificates + libimobiledevice ;; iPhone tethering screen) %base-packages)) |