about summary refs log tree commit diff
path: root/pkgs/applications/office
AgeCommit message (Collapse)AuthorFilesLines
2020-02-01Merge pull request #78723 from kjuvi/agendaworldofpeace1-0/+54
agenda: init at 1.0.12
2020-01-31agenda: init at 1.0.12kjuvi1-0/+54
2020-01-30tryton: 5.4.1 -> 5.4.2R. RyanTM1-2/+2
2020-01-30zotero: 5.0.80 -> 5.0.82R. RyanTM1-2/+2
2020-01-30zim: 0.72.0 -> 0.72.1R. RyanTM1-2/+2
2020-01-30aesop: 1.1.3 -> 1.2.3worldofpeace1-11/+2
2020-01-28Merge master into staging-nextFrederik Rietdijk8-22/+16
2020-01-27timetable: 1.0.9 -> 1.1.0kjuvi1-2/+2
2020-01-27Merge pull request #78265 from Synthetica9/https-homepagesSilvan Mosberger1-1/+1
treewide: fix redirected urls
2020-01-25Merge pull request #78195 from r-ryantm/auto-update/homebankAaron Andersen1-2/+2
homebank: 5.2.8 -> 5.3.1
2020-01-22treewide: fix redirected urlsPatrick Hilhorst1-1/+1
According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
2020-01-21kmymoney: 5.0.7 -> 5.0.8R. RyanTM1-2/+2
2020-01-21homebank: 5.2.8 -> 5.3.1R. RyanTM1-2/+2
2020-01-21pythonPackages.django_2_1: dropLancelot SIX1-1/+1
Django-2.1 support ended on December 2, 2019, so drop it in nixpkgs as well.
2020-01-20Merge pull request #78061 from r-ryantm/auto-update/atlassian-cliMario Rodas1-2/+2
atlassian-cli: 9.0.0 -> 9.1.0
2020-01-20atlassian-cli: 9.0.0 -> 9.1.0R. RyanTM1-2/+2
2020-01-18wpsoffice: 11.1.0.8865 -> 11.1.0.9080Thomas Marchand1-8/+4
2020-01-17skanlite: don't set enableParallelBuildingworldofpeace1-2/+0
it's default on
2020-01-17skanlite: use qt5's mkDerivaitonworldofpeace1-2/+2
2020-01-17Merge master into staging-nextFrederik Rietdijk1-0/+28
2020-01-15csv2odf: init at 2.09Michiel Leenaars1-0/+28
2020-01-15treewide: Fix unsafe concatenation of $LD_LIBRARY_PATHAnders Kaseorg1-1/+1
Naive concatenation of $LD_LIBRARY_PATH can result in an empty colon-delimited segment; this tells glibc to load libraries from the current directory, which is definitely wrong, and may be a security vulnerability if the current directory is untrusted. (See #67234, for example.) Fix this throughout the tree. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-10Merge master into staging-nextFrederik Rietdijk1-2/+2
2020-01-08Merge pull request #75022 from dtzWill/update/vnote-2.8Will Dietz1-2/+2
vnote: 2.7.2 -> 2.8.2
2020-01-08Merge branch 'master' into staging-nextVladimír Čunát2-2/+56
The nss rebuild isn't so small.
2020-01-08Merge pull request #77069 from r-ryantm/auto-update/gnucashMario Rodas1-2/+2
gnucash: 3.7 -> 3.8b
2020-01-07Merge pull request #66710 from tbenst/tuskAaron Andersen1-0/+54
tusk: init at v0.23.0
2020-01-07tusk: init at v0.23.0tbenst1-0/+54
2020-01-07vnote: 2.8.1 -> 2.8.2Will Dietz1-2/+2
2020-01-07vnote: 2.8 -> 2.8.1Will Dietz1-2/+2
2020-01-06gnucash: 3.7 -> 3.8bR. RyanTM1-2/+2
2020-01-06Merge pull request #76488 from jtojnar/more-python-cleanupsFrederik Rietdijk1-2/+2
Another batch of Python 2 clean-ups
2020-01-04Merge pull request #76399 from r-ryantm/auto-update/qownnotesmarkuskowa1-2/+2
qownnotes: 19.11.14 -> 19.12.15
2019-12-31Merge master into staging-nextFrederik Rietdijk1-2/+2
2019-12-31update src url and hash for wpsofficemlatus1-2/+2
2019-12-31treewide: fix types for mkDerivation paramsRobin Gloster1-1/+1
2019-12-31treewide: installTargets is a listRobin Gloster1-1/+1
2019-12-31treewide: NIX_*_FLAGS -> stringRobin Gloster1-1/+1
2019-12-31treewide: NIX_*_FLAGS -> stringRobin Gloster1-1/+1
2019-12-30libreoffice: fix evalJan Tojnar3-3/+5
2019-12-30treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren1-2/+2
2019-12-30notes-up: *Flags are listsRobin Gloster1-1/+1
2019-12-29gnumeric: switch to python 3Jan Tojnar1-2/+2
2019-12-28tryton: 5.4.0 -> 5.4.1R. RyanTM1-2/+2
2019-12-28kmymoney: fix buildAlyssa Ross1-3/+3
python2 used to be propagated in here, until 4e421aebfeba474ece5c77f421ce8ceb61704e0c. Upstream bug to stop using Python 2: https://bugs.kde.org/show_bug.cgi?id=405383
2019-12-25Merge pull request #76363 from r-ryantm/auto-update/pympressAaron Andersen1-2/+2
pympress: 1.4.0 -> 1.5.1
2019-12-24Merge pull request #76422 from r-ryantm/auto-update/skroogeAaron Andersen1-2/+2
skrooge: 2.21.0 -> 2.21.1
2019-12-24skrooge: 2.21.0 -> 2.21.1R. RyanTM1-2/+2
2019-12-24qownnotes: 19.11.14 -> 19.12.15R. RyanTM1-2/+2
2019-12-23pympress: 1.4.0 -> 1.5.1R. RyanTM1-2/+2