df6c714d82
if the libreoffice wrapper doesn't find a dbus instance in the environment it starts one, but then neglects to clean it up. over time this can litter the system with orphaned dbus instances. kill the daemon as well instead of just removing the socket directory. |
||
---|---|---|
.. | ||
src-fresh | ||
src-still | ||
default.nix | ||
download-list-builder.sh | ||
gen-shell.nix | ||
generate-libreoffice-srcs.py | ||
libreoffice-srcs-additions.json | ||
README.md | ||
wrapper.nix | ||
wrapper.sh | ||
xdg-open-brief.patch |
LibreOffice
To generate src-$VARIANT/download.nix
, i.e. list of additional sources that
the libreoffice build process needs to download:
nix-shell gen-shell.nix --argstr variant VARIANT --run generate
Where VARIANT is either still
or fresh
.