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,5 +1,5 @@
{ stdenv, fetchpatch, fetchFromGitHub, ostree, rpm, which, autoconf, automake, libtool, pkgconfig,
gobjectIntrospection, gtk-doc, libxml2, libxslt, docbook_xsl, docbook_xml_dtd_42, gperf, cmake,
gobject-introspection, gtk-doc, libxml2, libxslt, docbook_xsl, docbook_xml_dtd_42, gperf, cmake,
libcap, glib, systemd, json-glib, libarchive, libsolv, librepo, polkit,
bubblewrap, pcre, check, python }:
@@ -33,7 +33,7 @@ in stdenv.mkDerivation {
nativeBuildInputs = [
pkgconfig which autoconf automake libtool cmake gperf
gobjectIntrospection gtk-doc libxml2 libxslt docbook_xsl docbook_xml_dtd_42
gobject-introspection gtk-doc libxml2 libxslt docbook_xsl docbook_xml_dtd_42
];
buildInputs = [
libcap ostree rpm glib systemd polkit bubblewrap