mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -05:00
gnu: qt5ct: Import all qt-build-system-modules.
The previous definition tried to be clever and failed to capture, that
qt-utils became necessary as of 7e24e1e58d
.
See also <https://bugs.gnu.org/49374>.
* gnu/packages/qt.scm (qt5ct)[#:imported-modules]: Expand
qt-build-system-modules.
This commit is contained in:
parent
8d61edbc2f
commit
cc73ddfb9a
1 changed files with 1 additions and 3 deletions
|
@ -156,9 +156,7 @@ (define-public qt5ct
|
|||
(arguments
|
||||
`(#:tests? #f ; No target
|
||||
#:imported-modules
|
||||
(,@%gnu-build-system-modules
|
||||
(guix build cmake-build-system)
|
||||
(guix build qt-build-system))
|
||||
(,@%qt-build-system-modules)
|
||||
#:modules
|
||||
((guix build gnu-build-system)
|
||||
((guix build qt-build-system)
|
||||
|
|
Loading…
Reference in a new issue