mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
f7b33e0334
This will avoid false positives with CVE-2021-25631 [0] (only impact Windows). It also includes bugfixes: https://wiki.documentfoundation.org/Releases/7.0.5/RC1 https://wiki.documentfoundation.org/Releases/7.0.5/RC2 https://wiki.documentfoundation.org/Releases/7.0.6/RC1 https://wiki.documentfoundation.org/Releases/7.0.6/RC2 [0] https://www.libreoffice.org/about-us/security/advisories/cve-2021-25631/ |
||
---|---|---|
.. | ||
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
.