gobject-introspection: rename package

camelCase package name was a huge inconsistency in GNOME package set.
This commit is contained in:
Jan Tojnar
2018-12-02 12:42:29 +01:00
parent 330ab9bc2b
commit a51a99c690
282 changed files with 564 additions and 564 deletions
@@ -22,7 +22,7 @@
, pkgconfig , ncurses, xapian_1_2_22, gpgme, utillinux, fetchpatch, tzdata, icu, libffi
, cmake, libssh2, openssl, mysql, darwin, git, perl, pcre, gecode_3, curl
, msgpack, qt59, libsodium, snappy, libossp_uuid, lxc, libpcap, xorg, gtk2, buildRubyGem
, cairo, re2, rake, gobjectIntrospection, gdk_pixbuf, zeromq, graphicsmagick, libcxx, file
, cairo, re2, rake, gobject-introspection, gdk_pixbuf, zeromq, graphicsmagick, libcxx, file
, libselinux ? null, libsepol ? null
}@args:
@@ -157,7 +157,7 @@ in
gio2 = attrs: {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ gtk2 pcre gobjectIntrospection ] ++ lib.optionals stdenv.isLinux [ utillinux libselinux libsepol ];
buildInputs = [ gtk2 pcre gobject-introspection ] ++ lib.optionals stdenv.isLinux [ utillinux libselinux libsepol ];
};
gitlab-markup = attrs: { meta.priority = 1; };
@@ -176,7 +176,7 @@ in
gobject-introspection = attrs: {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ gobjectIntrospection gtk2 pcre ];
buildInputs = [ gobject-introspection gtk2 pcre ];
};
grpc = attrs: {