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:41:15 +01:00
parent 330ab9bc2b
commit a51a99c690
282 changed files with 564 additions and 564 deletions

View File

@@ -3,7 +3,7 @@
, buildPythonPackage
, pkgconfig
, gtk3
, gobjectIntrospection
, gobject-introspection
, pygtk
, pygobject3
, goocanvas2
@@ -22,7 +22,7 @@ buildPythonPackage rec {
inherit pname version;
sha256 = "ca3950c2728916d9fb703c886f3940ac9b76739f99ec840b0e1c2c282510e1ab";
};
nativeBuildInputs = [ pkgconfig gobjectIntrospection ];
nativeBuildInputs = [ pkgconfig gobject-introspection ];
propagatedBuildInputs = [
pygtk
pygobject3