gobject-introspection: rename package
camelCase package name was a huge inconsistency in GNOME package set.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchFromGitLab, pkgconfig, glib, sqlite, gobjectIntrospection, vala
|
||||
{ stdenv, fetchFromGitLab, pkgconfig, glib, sqlite, gobject-introspection, vala
|
||||
, autoconf, automake, libtool, gettext, dbus, telepathy-glib
|
||||
, gtk3, json-glib, librdf_raptor2, dbus-glib
|
||||
, pythonSupport ? true, python2Packages
|
||||
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
configureFlags = [ "--with-session-bus-services-dir=$(out)/share/dbus-1/services" ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoconf automake libtool pkgconfig gettext gobjectIntrospection vala python2Packages.python
|
||||
autoconf automake libtool pkgconfig gettext gobject-introspection vala python2Packages.python
|
||||
];
|
||||
buildInputs = [
|
||||
glib sqlite dbus telepathy-glib dbus-glib
|
||||
|
||||
Reference in New Issue
Block a user