diff options
| author | John Dawson <dawson.john.andrew@gmail.com> | 2026-02-21 12:49:56 +0000 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-02-21 19:15:41 +0100 |
| commit | 3d7a4e4c7e5d666c9ba94e99318c926fca622d5f (patch) | |
| tree | 676f2ccf4cc7c4f1935efd091bfafb164ce1c7a3 /gnu | |
| parent | 1d3d7912d5ee8198e4c7dba2d643aca67d34c854 (diff) | |
gnu: password-utils: Delete repetitions of #:use-module arguments.
Merges guix/guix!6605
Change-Id: I3e89578fd77a4de14b7a0845dbecb4e6ed4d92e7
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/password-utils.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 23ba6650acf..d3289e5dccc 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -63,7 +63,6 @@ (define-module (gnu packages password-utils) #:use-module ((guix licenses) #:prefix license:) - #:use-module (guix utils) #:use-module (guix build-system cmake) #:use-module (guix build-system copy) #:use-module (guix build-system gnu) |
