gobject-introspection: rename package

camelCase package name was a huge inconsistency in GNOME package set.
This commit is contained in:
Jan Tojnar
2018-12-02 12:42:29 +01:00
parent 330ab9bc2b
commit a51a99c690
282 changed files with 564 additions and 564 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
, zlib, curl, cairo, freetype, fontconfig, lcms, libjpeg, openjpeg, fetchpatch
, withData ? true, poppler_data
, qt5Support ? false, qtbase ? null
, introspectionSupport ? false, gobjectIntrospection ? null
, introspectionSupport ? false, gobject-introspection ? null
, utils ? false
, minimal ? false, suffix ? "glib"
}:
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
[ zlib freetype fontconfig libjpeg openjpeg ]
++ optionals (!minimal) [ cairo lcms curl ]
++ optional qt5Support qtbase
++ optional introspectionSupport gobjectIntrospection;
++ optional introspectionSupport gobject-introspection;
nativeBuildInputs = [ cmake ninja pkgconfig ];