From 01d9859821c5df6cc76c59e48fddd3c8cfa88ff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 6 Apr 2023 11:44:06 +0200 Subject: build-system/gnu: Add missing module import. This import was removed in ae587c2ef041413bc709a555261db752068ea360 on 'master'; it was inappropriate on 'core-updates'. Reported by Christopher Baines. * guix/build-system/dune.scm: Import (guix build-system gnu). --- guix/build-system/dune.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'guix/build-system') diff --git a/guix/build-system/dune.scm b/guix/build-system/dune.scm index 3ce930c6d7..c45f308349 100644 --- a/guix/build-system/dune.scm +++ b/guix/build-system/dune.scm @@ -25,6 +25,7 @@ #:use-module (guix gexp) #:use-module (guix search-paths) #:use-module (guix build-system) + #:use-module ((guix build-system gnu) #:prefix gnu:) #:use-module ((guix build-system ocaml) #:prefix ocaml:) #:use-module (guix packages) #:use-module (srfi srfi-1) -- cgit v1.2.3