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, lib, fetchFromGitLab, autoconf, gtk-doc, automake, libtool, pkgconfig, glib, libsoup, gobjectIntrospection }:
|
||||
{ stdenv, lib, fetchFromGitLab, autoconf, gtk-doc, automake, libtool, pkgconfig, glib, libsoup, gobject-introspection }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version="0.5.0";
|
||||
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ autoconf gtk-doc automake libtool glib libsoup gobjectIntrospection ];
|
||||
buildInputs = [ autoconf gtk-doc automake libtool glib libsoup gobject-introspection ];
|
||||
|
||||
preConfigure = "./autogen.sh";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user