mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
guix package: Remove unneeded import.
This is a followup to 55e1dfa4dd
.
* guix/scripts/package.scm: Remove unneeded #:use-module.
This commit is contained in:
parent
1dca6aaafa
commit
892ca1d92f
1 changed files with 0 additions and 2 deletions
|
@ -42,8 +42,6 @@ (define-module (guix scripts package)
|
|||
#:autoload (guix store roots) (gc-roots user-owned?)
|
||||
#:use-module ((guix build utils)
|
||||
#:select (directory-exists? mkdir-p))
|
||||
#:use-module ((guix build syscalls)
|
||||
#:select (with-file-lock/no-wait))
|
||||
#:use-module (ice-9 format)
|
||||
#:use-module (ice-9 match)
|
||||
#:use-module (ice-9 regex)
|
||||
|
|
Loading…
Reference in a new issue