mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
gnu: gtranslator: Fix compilation.
* gnu/packages/gnome.scm (gtranslator)[inputs]: Replace LIBSOUP with LIBSOUP-MINIMAL-2. [arguments]: Pass #:meson.
This commit is contained in:
parent
3f03f502ee
commit
d4c4348d83
1 changed files with 3 additions and 2 deletions
|
@ -12799,7 +12799,7 @@ (define-public gtranslator
|
||||||
("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 @@ (define-public gtranslator
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue