mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: acl: Import the correct set of modules.
* gnu/packages/acl.scm (acl) [arguments] <modules>: Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: I9514a3d8d9ece9ca54ccb457bac415bb1fa99692
This commit is contained in:
parent
5d1a128f64
commit
a800c68672
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ (define-public acl
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((ice-9 ftw)
|
`(#:modules ((ice-9 ftw)
|
||||||
,@%default-gnu-imported-modules)
|
,@%default-gnu-modules)
|
||||||
#:configure-flags '("--disable-static")
|
#:configure-flags '("--disable-static")
|
||||||
#:tests? ,(not (or (%current-target-system)
|
#:tests? ,(not (or (%current-target-system)
|
||||||
(target-hurd?)))
|
(target-hurd?)))
|
||||||
|
|
Loading…
Reference in a new issue