mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: node: Remove unneeded import.
* gnu/packages/node.scm: Remove import of (guix build gnu-build-system).
This commit is contained in:
parent
4c0d38bee3
commit
ed835ad710
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ (define-module (gnu packages node)
|
|||
#:use-module (guix packages)
|
||||
#:use-module (guix derivations)
|
||||
#:use-module (guix download)
|
||||
#:use-module (guix build gnu-build-system)
|
||||
#:use-module (guix build-system gnu))
|
||||
|
||||
(define-public node
|
||||
|
|
Loading…
Reference in a new issue