mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: criu: Import the correct set of modules.
Partially fixes bug #66425. * gnu/packages/virtualization.scm (criu) [arguments] <modules>: Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: Iec94d9eadd149d9a735965f78b432ad4e0d7c5dd
This commit is contained in:
parent
a6525a0933
commit
7e2363198d
1 changed files with 1 additions and 1 deletions
|
@ -1978,7 +1978,7 @@ (define-public criu
|
|||
(search-input-file %build-inputs
|
||||
"/bin/xmlto")))
|
||||
#:modules ((ice-9 ftw)
|
||||
,@%default-gnu-imported-modules)
|
||||
,@%default-gnu-modules)
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'configure) ; no configure script
|
||||
|
|
Loading…
Reference in a new issue