ruby-modules gio2: re-add gobjectIntrospection dependency

Previously, it was accidentaly propagated by atk.
This commit is contained in:
Jan Tojnar 2017-12-17 07:35:42 +01:00
parent 023271e05e
commit 21b09d7961
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -109,7 +109,7 @@ in
gio2 = attrs: {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ gtk2 pcre ];
buildInputs = [ gtk2 pcre gobjectIntrospection ];
};
gitlab-markup = attrs: { meta.priority = 1; };