build-system/node: Add missing module import.
This accidentally disappeared in fcc39864db
.
* guix/build-system/node.scm: Import (guix store).
This commit is contained in:
parent
bcdc13454c
commit
68d280a512
@ -19,6 +19,7 @@
|
||||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
(define-module (guix build-system node)
|
||||
#:use-module (guix store)
|
||||
#:use-module (guix utils)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (guix gexp)
|
||||
|
Loading…
Reference in New Issue
Block a user