diff options
| author | Sughosha <sughosha@disroot.org> | 2025-10-19 19:44:45 +0530 |
|---|---|---|
| committer | Sughosha <sughosha@disroot.org> | 2025-10-19 19:44:45 +0530 |
| commit | bfcdb9ab7a87fc8d01836e8927b7792acdff33a9 (patch) | |
| tree | 582d61d5fe45003e785af1799f2302b07db70ac0 /gnu/packages/sync.scm | |
| parent | 83ab6ffa65e84098c6ca57417c5de4cda1b28e28 (diff) | |
gnu: packages/sync: Use (gnu packages security-token) module.
* gnu/packages/sync.scm: Use (gnu packages security-token) module.
Change-Id: I9690b642e7f2460c2626cb4f5e3f6727a7295c58
Diffstat (limited to 'gnu/packages/sync.scm')
| -rw-r--r-- | gnu/packages/sync.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/sync.scm b/gnu/packages/sync.scm index 9af85cbb518..c586e689b9e 100644 --- a/gnu/packages/sync.scm +++ b/gnu/packages/sync.scm @@ -71,6 +71,7 @@ #:use-module (gnu packages readline) #:use-module (gnu packages rsync) #:use-module (gnu packages ruby) + #:use-module (gnu packages security-token) #:use-module (gnu packages selinux) #:use-module (gnu packages shells) #:use-module (gnu packages sphinx) |
