mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
build-system/gnu: Add missing module import.
This import was removed in ae587c2ef0
on
'master'; it was inappropriate on 'core-updates'.
Reported by Christopher Baines.
* guix/build-system/dune.scm: Import (guix build-system gnu).
This commit is contained in:
parent
e8aeab85d3
commit
01d9859821
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ (define-module (guix build-system dune)
|
|||
#: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)
|
||||
|
|
Loading…
Reference in a new issue