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:
Tomas Volf 2025-01-24 12:48:28 +01:00 committed by Andreas Enge
parent 9b089c2bc0
commit 462553cbf2
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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