mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: fasthenry: Import the correct set of modules.
* gnu/packages/engineering.scm (fasthenry) [arguments] <modules>: Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: I8e49c7ae4d430a4f6531bfdcc7f36edacd2d0508
This commit is contained in:
parent
e6cea915d4
commit
232910b7d6
1 changed files with 1 additions and 1 deletions
|
@ -665,7 +665,7 @@ (define-public fasthenry
|
|||
#:parallel-build? #f
|
||||
#:tests? #f ;; no tests-suite
|
||||
#:modules ((srfi srfi-1)
|
||||
,@%default-gnu-imported-modules)
|
||||
,@%default-gnu-modules)
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'configure)
|
||||
|
|
Loading…
Reference in a new issue