mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue