mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: nimf: Dehardcode #:modules.
* gnu/packages/language.scm (nimf)[arguments]<#:modules>: Replace the hardcoded list with %glib-or-gtk-build-system-default-modules. Change-Id: I5eaaac4cdd50b635d24b10c7fa2d365dcf392498 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
333799c38f
commit
9b089c2bc0
1 changed files with 2 additions and 4 deletions
|
@ -108,10 +108,8 @@
|
|||
(guix build cmake-build-system)
|
||||
(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))
|
||||
#:modules `(((guix build qt-build-system) #:prefix qt:)
|
||||
,@%glib-or-gtk-build-system-default-modules)
|
||||
#:configure-flags
|
||||
#~(list "--with-im-config-data"
|
||||
"--with-imsettings-data"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue