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, fetchurl, meson, ninja, pkgconfig, gettext, gobjectIntrospection
|
||||
{ stdenv, fetchurl, meson, ninja, pkgconfig, gettext, gobject-introspection
|
||||
, gtk-doc, docbook_xsl, docbook_xml_dtd_412, docbook_xml_dtd_44
|
||||
, glib, systemd, libusb1, vala, hwdata
|
||||
}:
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [
|
||||
meson ninja pkgconfig gettext
|
||||
gtk-doc docbook_xsl docbook_xml_dtd_412 docbook_xml_dtd_44
|
||||
gobjectIntrospection vala
|
||||
gobject-introspection vala
|
||||
];
|
||||
buildInputs = [ systemd glib ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user