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