gnu: pango: Add missing arguments.
* gnu/packages/gtk.scm (pango) [arguments]<#:glib-or-gtk?>: New argument. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
This commit is contained in:
parent
736c5df29a
commit
4066392542
1 changed files with 2 additions and 1 deletions
|
@ -325,7 +325,8 @@ applications.")
|
||||||
"07qvxa2sk90chp1l12han6vxvy098mc37sdqcznyywyv2g6bd9b6"))))
|
"07qvxa2sk90chp1l12han6vxvy098mc37sdqcznyywyv2g6bd9b6"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases
|
'(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
|
||||||
|
#:phases (modify-phases %standard-phases
|
||||||
(add-after 'unpack 'disable-cantarell-tests
|
(add-after 'unpack 'disable-cantarell-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "tests/meson.build"
|
(substitute* "tests/meson.build"
|
||||||
|
|
Reference in a new issue