mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: icecat-minimal: Import the correct set of modules.
* gnu/packages/gnuzilla.scm (icecat-minimal) [arguments] <modules>: Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: I178519f7f4199748294305b7094e17c7daec6622
This commit is contained in:
parent
9c17de3510
commit
1b6e92584b
1 changed files with 1 additions and 1 deletions
|
@ -868,7 +868,7 @@ (define-public icecat-minimal
|
|||
(rnrs io ports)
|
||||
(guix elf)
|
||||
(guix build gremlin)
|
||||
,@%default-gnu-imported-modules)
|
||||
,@%default-gnu-modules)
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'apply-guix-specific-patches
|
||||
|
|
Loading…
Reference in a new issue