gnu: girara: Build with json-glib.
* gnu/packages/gtk.scm (girara) [propagated-inputs]: Add json-glib. Change-Id: I5bfe5a516885153014fce1c6643ac5799f0100e1 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
7ba325f21b
commit
1caa0eeee5
1 changed files with 3 additions and 1 deletions
|
@ -2130,6 +2130,8 @@ and routines to assist in editing internationalized text.")
|
||||||
(license license:lgpl2.1+)))
|
(license license:lgpl2.1+)))
|
||||||
|
|
||||||
(define-public girara
|
(define-public girara
|
||||||
|
;; TODO: Move propagated inputs to inputs after core-updates is merged (as
|
||||||
|
;; of 2024-03)
|
||||||
(package
|
(package
|
||||||
(name "girara")
|
(name "girara")
|
||||||
(version "0.4.3")
|
(version "0.4.3")
|
||||||
|
@ -2168,7 +2170,7 @@ and routines to assist in editing internationalized text.")
|
||||||
`(,glib "bin")
|
`(,glib "bin")
|
||||||
xorg-server-for-tests))
|
xorg-server-for-tests))
|
||||||
;; Listed in 'Requires.private' of 'girara.pc'.
|
;; Listed in 'Requires.private' of 'girara.pc'.
|
||||||
(propagated-inputs (list gtk+))
|
(propagated-inputs (list gtk+ json-glib))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(home-page "https://pwmt.org/projects/girara/")
|
(home-page "https://pwmt.org/projects/girara/")
|
||||||
(synopsis "Library for minimalistic gtk+3 user interfaces")
|
(synopsis "Library for minimalistic gtk+3 user interfaces")
|
||||||
|
|
Reference in a new issue