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
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, fetchpatch, pkgconfig, gtk-doc, gobjectIntrospection, gnome3
{ stdenv, fetchFromGitHub, fetchpatch, pkgconfig, gtk-doc, gobject-introspection, gnome3
, glib, systemd, xz, e2fsprogs, libsoup, gpgme, which, autoconf, automake, libtool, fuse, utillinuxMinimal, libselinux
, libarchive, libcap, bzip2, yacc, libxslt, docbook_xsl, docbook_xml_dtd_42, python3
}:
@@ -46,7 +46,7 @@ in stdenv.mkDerivation {
];
nativeBuildInputs = [
autoconf automake libtool pkgconfig gtk-doc gobjectIntrospection which yacc
autoconf automake libtool pkgconfig gtk-doc gobject-introspection which yacc
libxslt docbook_xsl docbook_xml_dtd_42
];