mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
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 @@ (define-public perl-pango
|
|||
(license license:lgpl2.1+)))
|
||||
|
||||
(define-public girara
|
||||
;; TODO: Move propagated inputs to inputs after core-updates is merged (as
|
||||
;; of 2024-03)
|
||||
(package
|
||||
(name "girara")
|
||||
(version "0.4.3")
|
||||
|
@ -2168,7 +2170,7 @@ (define-public girara
|
|||
`(,glib "bin")
|
||||
xorg-server-for-tests))
|
||||
;; Listed in 'Requires.private' of 'girara.pc'.
|
||||
(propagated-inputs (list gtk+))
|
||||
(propagated-inputs (list gtk+ json-glib))
|
||||
(build-system meson-build-system)
|
||||
(home-page "https://pwmt.org/projects/girara/")
|
||||
(synopsis "Library for minimalistic gtk+3 user interfaces")
|
||||
|
|
Loading…
Reference in a new issue