diff options
author | Brice Waegeneire <brice@waegenei.re> | 2020-05-21 16:55:21 +0200 |
---|---|---|
committer | Brice Waegeneire <brice@waegenei.re> | 2020-05-23 21:43:14 +0200 |
commit | 07b1f6dcee0be6297eabca6852e4f52efd437a20 (patch) | |
tree | 6deb258b66dc3ceea556dab69017e95a435f5fe2 /gnu | |
parent | 51443772b80c5ca51ccbe5cf05c5db4c216a7b66 (diff) | |
download | patches-07b1f6dcee0be6297eabca6852e4f52efd437a20.tar patches-07b1f6dcee0be6297eabca6852e4f52efd437a20.tar.gz |
gnu: umockdev: Add 'gobject-introspection'.
* gnu/packages/check.scm (umockdev)[native-inuputs]: Add
'gobject-introspection'.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/check.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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) |