guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#41447] [PATCH 1/3] gnu: umockdev: Add 'gobject-introspection'.


From: Brice Waegeneire
Subject: [bug#41447] [PATCH 1/3] gnu: umockdev: Add 'gobject-introspection'.
Date: Fri, 22 May 2020 10:22:41 +0200

* gnu/packages/check.scm (umockdev)[native-inuputs]: Add
'gobject-introspection'.
---
 gnu/packages/check.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 12e01795ee..b279dc149d 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2538,6 +2538,7 @@ provides a simple way to achieve this.")
              #t)))))
     (native-inputs
      `(("vala" ,vala)
+       ("gobject-introspection" ,gobject-introspection)
        ("gtk-doc" ,gtk-doc)
        ("pkg-config" ,pkg-config)
 
-- 
2.26.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]