[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69669] [PATCH gnome-team v2 3/3] gnu: girara: Build with json-glib.
From: |
Vivien Kraus |
Subject: |
[bug#69669] [PATCH gnome-team v2 3/3] gnu: girara: Build with json-glib. |
Date: |
Sat, 9 Mar 2024 09:58:58 +0100 |
User-agent: |
Evolution 3.48.4 |
* gnu/packages/gtk.scm (girara) [propagated-inputs]: Add json-glib.
Change-Id: I5bfe5a516885153014fce1c6643ac5799f0100e1
---
gnu/packages/gtk.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 950476815f..3b834d748c 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -2168,7 +2168,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")
--
2.41.0