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).
master
parent
e8aeab85d3
commit
01d9859821
|
@ -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)
|
||||
|
|
Reference in New Issue