mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: boxes: Import the correct set of modules.
* gnu/packages/shellutils.scm (boxes) [arguments] <modules>: Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: I5272366ead3929e0ce2311ca2a5e4c5138523927
This commit is contained in:
parent
028959236d
commit
7024bd396a
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ (define-public boxes
|
|||
"/etc/boxes-config"))
|
||||
#:modules
|
||||
((ice-9 match)
|
||||
,@%default-gnu-imported-modules)
|
||||
,@%default-gnu-modules)
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'configure)
|
||||
|
|
Loading…
Reference in a new issue