This allows to configure additional configuration files for Synapse. This way
secrets can be kept in a secure place on the file system without a need to go
through the Nix store.
Python does add the script's directory into "sys.path". For the case of
"catch_conflicts.py" this means "/nix/store" is added to "sys.path". This can
result in very long delays if the store contains a lot of entries.
(moved from master commit 76213d102c)
Python does add the script's directory into "sys.path". For the case of
"catch_conflicts.py" this means "/nix/store" is added to "sys.path". This can
result in very long delays if the store contains a lot of entries.
* gtk2-x11: Add gtk2 configuration with X11 backend
After making quartz the default for darwin, some builds started to fail since
they only support gtk with the X11 backend.
* apvlv: Use gtk2-x11 on darwin
* gpicview: Use gtk2-x11 for darwin
* lxappearance: Use gtk2-x11 for darwin
* fontforge-gtk: Use gtk2-x11 for darwin
* gbdfed: Use gtk2-x11 for darwin