diff options
author | Franz Geffke <m@f-a.nz> | 2025-02-17 23:12:59 +0000 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-02-17 23:12:59 +0000 |
commit | 5452f5d196deb16608cb8122e5d2ef10fa8f3a26 (patch) | |
tree | 26ad41bab29d76bc5e5854883fbb4742f9e40a3b /px/packages/device.scm | |
parent | 6753153ecafed1eade2694d3097e70e981e4154e (diff) |
px: px-device-identity: Add missing input
Diffstat (limited to 'px/packages/device.scm')
-rw-r--r-- | px/packages/device.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/px/packages/device.scm b/px/packages/device.scm index fa01096..fae84e5 100644 --- a/px/packages/device.scm +++ b/px/packages/device.scm @@ -97,7 +97,8 @@ ("python-pyyaml" ,python-pyyaml) ("python-shortuuid" ,python-shortuuid-v1) ("python-appdirs" ,python-appdirs) - ("python-psutil" ,python-psutil))) + ("python-psutil" ,python-psutil) + ("python-joserfc", python-joserfc))) (home-page "https://www.pantherx.org/") (synopsis "PantherX Device Identity Manager") (description |