glib: add makeSchemaPath
This commit is contained in:
parent
c45a990a5d
commit
b7fa073196
@ -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"; };
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user