gobject-introspection: rename package
camelCase package name was a huge inconsistency in GNOME package set.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchurl, udev, intltool, pkgconfig, glib, xmlto, wrapGAppsHook
|
||||
, docbook_xml_dtd_412, docbook_xsl
|
||||
, libxml2, desktop-file-utils, libusb1, cups, gdk_pixbuf, pango, atk, libnotify
|
||||
, gobjectIntrospection, libsecret
|
||||
, gobject-introspection, libsecret
|
||||
, cups-filters
|
||||
, pythonPackages
|
||||
}:
|
||||
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [
|
||||
glib udev libusb1 cups
|
||||
pythonPackages.python
|
||||
libnotify gobjectIntrospection gdk_pixbuf pango atk
|
||||
libnotify gobject-introspection gdk_pixbuf pango atk
|
||||
libsecret
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user