summaryrefslogtreecommitdiff
path: root/px/packages/security-token.scm
diff options
context:
space:
mode:
authorFranz Geffke <franz@pantherx.org>2024-03-30 19:06:38 +0000
committerFranz Geffke <franz@pantherx.org>2024-03-30 19:06:38 +0000
commit24bc532a6f8a7ecca612699859860f773310ae56 (patch)
treeeb528830e58d41a24fb8d35cd43ad49f6adf43c7 /px/packages/security-token.scm
parentf72b220741b5fa19a103b6285e36b1dfe477daee (diff)
px: security-token: Fixed unbound valiable
Diffstat (limited to 'px/packages/security-token.scm')
-rw-r--r--px/packages/security-token.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/px/packages/security-token.scm b/px/packages/security-token.scm
index e866332..dbe60e5 100644
--- a/px/packages/security-token.scm
+++ b/px/packages/security-token.scm
@@ -11,6 +11,7 @@
#:use-module (gnu packages base)
#:use-module (gnu packages curl)
#:use-module (gnu packages flex)
+ #:use-module (gnu packages libusb)
#:use-module (gnu packages gettext)
#:use-module (gnu packages tex)
#:use-module (gnu packages perl)