mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
build-system/node: Remove unnecessary imports.
* guix/build-system/node.scm: Remove unnecessary imports.
This commit is contained in:
parent
f7008ca713
commit
813cddfa57
1 changed files with 0 additions and 2 deletions
|
@ -18,8 +18,6 @@
|
|||
|
||||
(define-module (guix build-system node)
|
||||
#:use-module (guix store)
|
||||
#:use-module (guix build json)
|
||||
#:use-module (guix build union)
|
||||
#:use-module (guix utils)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (guix derivations)
|
||||
|
|
Loading…
Reference in a new issue