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)
|
||||
("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
|
||||
|
|
Loading…
Reference in a new issue