gnu: gtranslator: Fix compilation.

* gnu/packages/gnome.scm (gtranslator)[inputs]: Replace LIBSOUP with
LIBSOUP-MINIMAL-2.
[arguments]: Pass #:meson.
This commit is contained in:
Ludovic Courtès 2021-12-04 22:01:24 +01:00
parent 3f03f502ee
commit d4c4348d83
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -12799,7 +12799,7 @@ (define-public gtranslator
("gspell" ,gspell)
("libdazzle" ,libdazzle)
("libgda" ,libgda)
("libsoup" ,libsoup)))
("libsoup" ,libsoup-minimal-2)))
(native-inputs
`(("glib:bin" ,glib "bin")
("itstool" ,itstool)
@ -12807,7 +12807,8 @@ (define-public gtranslator
(propagated-inputs
`(("gtksourceview" ,gtksourceview))) ; required for source view
(arguments
`(#:build-type "release"
`(#:meson ,meson-0.59
#:build-type "release"
#:glib-or-gtk? #t
#:phases
(modify-phases %standard-phases