summaryrefslogtreecommitdiff
path: root/px/packages/device.scm
diff options
context:
space:
mode:
authorFranz Geffke <m@f-a.nz>2024-05-15 11:26:00 +0100
committerFranz Geffke <m@f-a.nz>2024-05-15 11:26:00 +0100
commit423c6474f4af9ce09e639092eb2202941aef95ff (patch)
treefd4371f58edfc9db123227611726fe68aaa07fb7 /px/packages/device.scm
parenta712cc5c96c667e6949fd8db330648620b77216a (diff)
px: px-device-runner: Updated inputs
Diffstat (limited to 'px/packages/device.scm')
-rw-r--r--px/packages/device.scm5
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