nixpkgs/pkgs/applications/office/libreoffice
John Ericson 4c0d7da183 Get rid of all with { inherit... } and just used let inherit...
The old forms presumably predates, or were made in ignorance of,
`let inherit`. This way is better style as the scoping as more lexical,
something which Nix can (or might already!) take advantage of.
2017-03-30 03:05:05 -04:00
..
default-gen-shell.nix
default-primary-src.nix libreoffice-fresh: 5.3.0.3 -> 5.3.1.2 2017-03-18 21:27:31 +01:00
default.nix Get rid of all with { inherit... } and just used let inherit... 2017-03-30 03:05:05 -04:00
download-list-builder.sh
generate-libreoffice-srcs.py
libreoffice-srcs-additions.json
libreoffice-srcs-still.nix libreoffice-still: 5.2.5.1 -> 5.2.6.2 2017-03-09 18:59:31 +01:00
libreoffice-srcs.nix libreoffice-fresh: 5.3.0.3 -> 5.3.1.2 2017-03-18 21:27:31 +01:00
README.md
still-gen-shell.nix
still-primary-src.nix libreoffice-still: 5.2.5.1 -> 5.2.6.2 2017-03-09 18:59:31 +01:00
still.nix Get rid of all with { inherit... } and just used let inherit... 2017-03-30 03:05:05 -04:00

LibreOffice

To generate libreoffice-srcs.nix:

nix-shell default-gen-shell.nix --run generate

To generate libreoffice-srcs-still.nix:

nix-shell still-gen-shell.nix --run generate