diff options
Diffstat (limited to 'px/packages')
-rw-r--r-- | px/packages/device.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/px/packages/device.scm b/px/packages/device.scm index dcd6afd..e6116b1 100644 --- a/px/packages/device.scm +++ b/px/packages/device.scm @@ -35,6 +35,7 @@ #:use-module (gnu packages tls) #:use-module (gnu packages xorg) #:use-module (gnu packages web) + #:use-module (gnu packages time) #:use-module (px packages crates-io) #:use-module (px packages common) #:use-module (px packages python-xyz) @@ -201,7 +202,9 @@ to other applications, without root priviliges.") (native-inputs `(("pkg-config" ,pkg-config))) (propagated-inputs `(("px-device-identity" ,px-device-identity) ("python-requests" ,python-requests) - ("px-python-shared" ,px-python-shared))) + ("px-python-shared" ,px-python-shared) + ("python-appdirs" ,python-appdirs) + ("python-dateutil" ,python-dateutil))) (home-page "https://www.pantherx.org/") (synopsis "PantherX Device Runner") (description |