mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: jbigkit: Import the correct set of modules.
* gnu/packages/image.scm (jbigkit) [arguments] <modules>: Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: Idbc9fc336409f73b784b111da61fc5bf957ecf52
This commit is contained in:
parent
8cc5578ed6
commit
3f62f0a327
1 changed files with 1 additions and 1 deletions
|
@ -895,7 +895,7 @@ (define-public jbigkit
|
||||||
(outputs (list "out" "pbmtools"))
|
(outputs (list "out" "pbmtools"))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((srfi srfi-26)
|
`(#:modules ((srfi srfi-26)
|
||||||
,@%default-gnu-imported-modules)
|
,@%default-gnu-modules)
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure) ; no configure script
|
(delete 'configure) ; no configure script
|
||||||
|
|
Loading…
Reference in a new issue