glib: add makeSchemaPath
This commit is contained in:
@@ -176,6 +176,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
gioModuleDir = "lib/gio/modules";
|
gioModuleDir = "lib/gio/modules";
|
||||||
|
makeSchemaPath = dir: name: "${dir}/share/gsettings-schemas/${name}/glib-2.0/schemas";
|
||||||
inherit flattenInclude;
|
inherit flattenInclude;
|
||||||
updateScript = gnome3.updateScript { packageName = "glib"; };
|
updateScript = gnome3.updateScript { packageName = "glib"; };
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user