glib: add getSchemaPath
This commit is contained in:
parent
b7fa073196
commit
ed2aa6313f
@ -174,9 +174,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
inherit doCheck;
|
inherit doCheck;
|
||||||
|
|
||||||
passthru = {
|
passthru = rec {
|
||||||
gioModuleDir = "lib/gio/modules";
|
gioModuleDir = "lib/gio/modules";
|
||||||
makeSchemaPath = dir: name: "${dir}/share/gsettings-schemas/${name}/glib-2.0/schemas";
|
makeSchemaPath = dir: name: "${dir}/share/gsettings-schemas/${name}/glib-2.0/schemas";
|
||||||
|
getSchemaPath = pkg: makeSchemaPath pkg pkg.name;
|
||||||
inherit flattenInclude;
|
inherit flattenInclude;
|
||||||
updateScript = gnome3.updateScript { packageName = "glib"; };
|
updateScript = gnome3.updateScript { packageName = "glib"; };
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user