summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/libreoffice/README.md18
1 files changed, 14 insertions, 4 deletions
diff --git a/pkgs/applications/office/libreoffice/README.md b/pkgs/applications/office/libreoffice/README.md
index a084572d217..ffad7209280 100644
--- a/pkgs/applications/office/libreoffice/README.md
+++ b/pkgs/applications/office/libreoffice/README.md
@@ -1,9 +1,19 @@
 LibreOffice
 ===========
 
-To generate `src-$VARIANT/download.nix`, i.e. list of additional sources that
-the libreoffice build process needs to download:
+Here are instructions how to update libreoffice. In the below commands and
+instructions, $VARIANT is either `still` or `fresh`.
 
-    nix-shell gen-shell.nix --argstr variant VARIANT --run generate
+1. Update the necessary version parts in `src-$VARIANT/primary.nix`.
+2. Run the following command:
 
-Where VARIANT is either `still` or `fresh`.
+```bash
+nix-shell gen-shell.nix --argstr variant VARIANT --run generate
+```
+
+3. It will fail initially, due to hash mismatch in the main `src` attribute.
+   Fix the hash according to the failure.
+4. Run the command from step 2 again, now it will take a while.
+5. Zero-out the hashes of the translations and help attributes in
+   `src-$VARIANT/primary.nix`.
+6. Update the hashes above by building `libreoffice-$VARIANT`.