glib: add makeSchemaPath

This commit is contained in:
worldofpeace 2019-08-26 00:53:05 -04:00
parent c45a990a5d
commit b7fa073196

View File

@ -176,6 +176,7 @@ stdenv.mkDerivation rec {
passthru = {
gioModuleDir = "lib/gio/modules";
makeSchemaPath = dir: name: "${dir}/share/gsettings-schemas/${name}/glib-2.0/schemas";
inherit flattenInclude;
updateScript = gnome3.updateScript { packageName = "glib"; };
};