From 07b1f6dcee0be6297eabca6852e4f52efd437a20 Mon Sep 17 00:00:00 2001 From: Brice Waegeneire Date: Thu, 21 May 2020 16:55:21 +0200 Subject: gnu: umockdev: Add 'gobject-introspection'. * 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) -- cgit v1.2.3