mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: jsonrpc-glib: Update to 3.44.0.
The API documentation can be built with a special configure flag, if we add gi-docgen to the native inputs. * gnu/packages/gnome.scm (jsonrpc-glib): Update to 3.44.0. [#:configure-flags]: Add -Denable_gtk_doc=true. [native-inputs]: Add gi-docgen. Change-Id: Ifff092dfbc16dd70ca40524a625e67aca75aec2e Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
1b39a2cdcf
commit
28a5b4f214
1 changed files with 7 additions and 3 deletions
|
@ -12897,7 +12897,7 @@ (define-public parlatype
|
|||
(define-public jsonrpc-glib
|
||||
(package
|
||||
(name "jsonrpc-glib")
|
||||
(version "3.42.0")
|
||||
(version "3.44.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -12905,13 +12905,17 @@ (define-public jsonrpc-glib
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0sr71110gwbv08qwjh410fnhq6v5swn849y4gm314am8gjjqj692"))))
|
||||
"01nfsny3612c6l5q7qaazjpbzin0h357xblc81sm3k6ha016lh39"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:configure-flags #~(list "-Denable_gtk_doc=true")))
|
||||
(inputs
|
||||
(list glib
|
||||
json-glib))
|
||||
(native-inputs
|
||||
(list `(,glib "bin") ; for glib-genmarshal, etc.
|
||||
(list gi-docgen
|
||||
`(,glib "bin") ; for glib-genmarshal, etc.
|
||||
gobject-introspection
|
||||
pkg-config
|
||||
vala))
|
||||
|
|
Loading…
Reference in a new issue