mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: python-sip-4: Import the correct set of modules.
* gnu/packages/qt.scm (python-sip-4) [arguments] <modules>: Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: I069c93f3fb11f53f73e1d0301d45f104155695be
This commit is contained in:
parent
60e569c02d
commit
04558bf9d6
1 changed files with 1 additions and 1 deletions
|
@ -3939,7 +3939,7 @@ (define-public python-sip-4
|
|||
,@%default-gnu-imported-modules)
|
||||
#:modules ((srfi srfi-1)
|
||||
((guix build python-build-system) #:select (python-version))
|
||||
,@%default-gnu-imported-modules)
|
||||
,@%default-gnu-modules)
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'configure
|
||||
|
|
Loading…
Reference in a new issue