1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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; };