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

@@ -5,7 +5,7 @@
, pyatspi
, pycairo
, at-spi2-core
, gobjectIntrospection
, gobject-introspection
, gtk3
, gsettings-desktop-schemas
, fetchurl
@@ -32,7 +32,7 @@ buildPythonPackage rec {
./nix-support.patch
];
nativeBuildInputs = [ gobjectIntrospection dbus xvfb_run ]; # for setup hooks
nativeBuildInputs = [ gobject-introspection dbus xvfb_run ]; # for setup hooks
propagatedBuildInputs = [ at-spi2-core gtk3 pygobject3 pyatspi pycairo ];
checkPhase = ''