gobject-introspection: rename package
camelCase package name was a huge inconsistency in GNOME package set.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchFromGitHub, python3, python3Packages, intltool
|
||||
, glibcLocales, gnome3, gtk3, wrapGAppsHook
|
||||
, ipodSupport ? false, libgpod, gobjectIntrospection
|
||||
, ipodSupport ? false, libgpod, gobject-introspection
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
@@ -27,7 +27,7 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
buildInputs = [
|
||||
python3
|
||||
gobjectIntrospection
|
||||
gobject-introspection
|
||||
gnome3.defaultIconTheme
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user