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