evolution-data-server: wrap all libexec executables
This commit is contained in:
parent
9ec0a105d3
commit
55dc58d7d0
@ -21,8 +21,8 @@ stdenv.mkDerivation rec {
|
|||||||
++ stdenv.lib.optional valaSupport "--enable-vala-bindings";
|
++ stdenv.lib.optional valaSupport "--enable-vala-bindings";
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
for f in "$out/libexec/evolution-addressbook-factory" "$out/libexec/evolution-calendar-factory"; do
|
for f in "$out/libexec/"*; do
|
||||||
wrapProgram $f --prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH"
|
wrapProgram "$f" --prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH"
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user