From 423c6474f4af9ce09e639092eb2202941aef95ff Mon Sep 17 00:00:00 2001 From: Franz Geffke Date: Wed, 15 May 2024 11:26:00 +0100 Subject: px: px-device-runner: Updated inputs --- px/packages/device.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'px/packages') 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 -- cgit v1.2.3