guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/08: build-system/node: Add missing module import.


From: guix-commits
Subject: 01/08: build-system/node: Add missing module import.
Date: Sat, 19 Jun 2021 11:09:24 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 68d280a512136b1a144c50e2363122952a9ebde4
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jun 16 18:35:18 2021 +0200

    build-system/node: Add missing module import.
    
    This accidentally disappeared in fcc39864dba82e14895afbe841091091366c96bc.
    
    * guix/build-system/node.scm: Import (guix store).
---
 guix/build-system/node.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/build-system/node.scm b/guix/build-system/node.scm
index ae799d1..735f8dd 100644
--- a/guix/build-system/node.scm
+++ b/guix/build-system/node.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]