mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-26 04:25:11 -06:00
gnu: hime: Dehardcode #:modules.
* gnu/packages/language.scm (hime)[arguments]<#:modules>: Replace the hardcoded list with %glib-or-gtk-build-system-default-modules. Change-Id: I5360c0000173b293e9e24290a2e8eaed84e05750 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
9b089c2bc0
commit
462553cbf2
1 changed files with 2 additions and 4 deletions
|
|
@ -227,10 +227,8 @@ focuses especially on Korean input (Hangul, Hanja, ...).")
|
|||
(guix build qt-build-system)
|
||||
(guix build qt-utils))
|
||||
#:modules
|
||||
((guix build glib-or-gtk-build-system)
|
||||
((guix build qt-build-system)
|
||||
#:prefix qt:)
|
||||
(guix build utils))
|
||||
(((guix build qt-build-system) #:prefix qt:)
|
||||
,@%glib-or-gtk-build-system-default-modules)
|
||||
#:configure-flags
|
||||
(list
|
||||
;; FIXME
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue