gnu: gtranslator: Fix compilation.
* gnu/packages/gnome.scm (gtranslator)[inputs]: Replace LIBSOUP with LIBSOUP-MINIMAL-2. [arguments]: Pass #:meson.master
parent
3f03f502ee
commit
d4c4348d83
|
@ -12799,7 +12799,7 @@ your data.")
|
||||||
("gspell" ,gspell)
|
("gspell" ,gspell)
|
||||||
("libdazzle" ,libdazzle)
|
("libdazzle" ,libdazzle)
|
||||||
("libgda" ,libgda)
|
("libgda" ,libgda)
|
||||||
("libsoup" ,libsoup)))
|
("libsoup" ,libsoup-minimal-2)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin")
|
`(("glib:bin" ,glib "bin")
|
||||||
("itstool" ,itstool)
|
("itstool" ,itstool)
|
||||||
|
@ -12807,7 +12807,8 @@ your data.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("gtksourceview" ,gtksourceview))) ; required for source view
|
`(("gtksourceview" ,gtksourceview))) ; required for source view
|
||||||
(arguments
|
(arguments
|
||||||
`(#:build-type "release"
|
`(#:meson ,meson-0.59
|
||||||
|
#:build-type "release"
|
||||||
#:glib-or-gtk? #t
|
#:glib-or-gtk? #t
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Reference in New Issue