glib: add getSchemaPath

This commit is contained in:
worldofpeace 2019-08-26 21:28:13 -04:00
parent b7fa073196
commit ed2aa6313f

View file

@ -174,9 +174,10 @@ stdenv.mkDerivation rec {
inherit doCheck;
passthru = {
passthru = rec {
gioModuleDir = "lib/gio/modules";
makeSchemaPath = dir: name: "${dir}/share/gsettings-schemas/${name}/glib-2.0/schemas";
getSchemaPath = pkg: makeSchemaPath pkg pkg.name;
inherit flattenInclude;
updateScript = gnome3.updateScript { packageName = "glib"; };
};