about summary refs log tree commit diff
path: root/pkgs/applications/office
AgeCommit message (Collapse)AuthorFilesLines
22 hoursgnote: 46.1 -> 47.0R. Ryantm1-2/+2
3 dayskdePackages.calligra: 3.2.1 -> 4.0.1 (#344930)K9001-93/+0
4 dayscalligra: move to pkgs/kdeFernando Rodrigues1-93/+0
Calligra's information is generated alongside the usual KDE updates, so let's make use of them. Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
4 daysFix cross-compilation eval failures (#344499)Artturin1-1/+2
4 daysqownnotes: 24.9.6 -> 24.9.7R. Ryantm1-2/+2
5 daysappflowy: Fix missing attribute on `aarch64-linux`Artturin1-1/+2
6 dayspaperless-ngx: 2.11.6 -> 2.12.1 (#343643)Sandro1-8/+13
6 daysplanify: 4.11.2 -> 4.11.4 (#344061)Bobby Rong1-2/+2
6 daystreewide: replace `stdenv.is` with `stdenv.hostPlatform.is`Artturin19-51/+51
In preparation for the deprecation of `stdenv.isX`. These shorthands are not conducive to cross-compilation because they hide the platforms. Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way One example of why this is bad and especially affects compiler packages https://www.github.com/NixOS/nixpkgs/pull/343059 There are too many files to go through manually but a treewide should get users thinking when they see a `hostPlatform.isX` in a place where it doesn't make sense. ``` fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is" fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is" ```
7 dayspaperless-ngx: 2.11.6 -> 2.12.1Robert Schütz1-8/+13
Diff: https://github.com/paperless-ngx/paperless-ngx/compare/refs/tags/v2.11.6...v2.12.1 Changelog: https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.12.0 https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.12.1
7 daysplanify: 4.11.2 -> 4.11.4R. Ryantm1-2/+2
11 dayshomebank: move to pkgs/by-nameFrank Lanitz1-23/+0
2024-09-17qownnotes: 24.9.1 -> 24.9.6 (#342172)Fabián Heredia Montiel1-2/+2
2024-09-17treewide: migrate packages to by-name (#341412)Aleksana10-489/+0
2024-09-16treewide: migrate packages maintained by AndersonTorres to by-nameAnderson Torres10-489/+0
Manual migration for the sake of by-name migration is no longer discouraged since #340235.
2024-09-15qownnotes: 24.9.1 -> 24.9.6R. Ryantm1-2/+2
2024-09-15qpdfview: fix buildWolfgang Walther1-0/+3
With structuredAttrs support in 1bcca7d66b0a052b703d029c4593434b84136455 this broke, because the following line turns qmakeFlags from a string into an array: qmakeFlags+=(...) It will then be handled slightly different when it's an array, so that all the xxx_INSTALL_PATH variables are passed as a *single* argument, which breaks the build. Resolves #342087
2024-09-15tryton: 7.2.4 -> 7.2.5 (#339773)OTABI Tomoya1-5/+14
2024-09-14tryton: avoid double wrappingnatsukium1-0/+6
2024-09-14planify: 4.11.0 -> 4.11.2R. Ryantm1-2/+2
2024-09-14tryton: build with pypaBuildHooknatsukium1-3/+6
2024-09-13morgen: 3.5.5 -> 3.5.6 (#340741)OTABI Tomoya1-2/+2
2024-09-11notes: 2.2.1 -> 2.3.0 (#338613)Mathew Polzin1-51/+0
2024-09-09paperwork: 2.2.3 -> 2.2.5 (#338434)Weijia Wang1-2/+2
2024-09-09morgen: 3.5.5 -> 3.5.6R. Ryantm1-2/+2
2024-09-09treesheets: 0-unstable-2024-08-25 -> 0-unstable-2024-09-08R. Ryantm1-3/+3
2024-09-08super-productivity: 8.0.10 -> 9.0.5 (#328216)Nick Cao1-2/+2
2024-09-08treesheets: 0-unstable-2024-06-29 -> 0-unstable-2024-08-25 (#327111)Nick Cao1-3/+3
2024-09-05appflowy: 0.6.6 -> 0.6.8 (#334467)Sebastián Mancilla1-3/+3
2024-09-05tryton: 7.2.4 -> 7.2.5R. Ryantm1-2/+2
2024-09-05qownnotes: 24.9.0 -> 24.9.1R. Ryantm1-2/+2
2024-09-04appflowy: 0.6.7.2 -> 0.6.8DarkOnion01-3/+3
https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.6.8
2024-09-02beamerpresenter: 0.2.4 -> 0.2.5R. Ryantm1-2/+2
2024-09-01zotero: 7.0 -> 7.0.3 (#338458)Pol Dellaiera1-2/+2
2024-08-31notes: move to by-namezendo1-51/+0
2024-08-31planify: 4.10.8 -> 4.11.0 (#338187)Bobby Rong1-2/+2
2024-08-31appflowy: 0.6.7.1 -> 0.6.7.2DarkOnion01-3/+3
https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.6.7.2
2024-08-31qownnotes: 24.8.5 -> 24.9.0 (#338446)rewine1-2/+2
2024-08-31{prisma,prisma-engines}: 5.16.1 -> 5.18.0 (#337521)Yt1-2/+4
2024-08-30zotero: 7.0 -> 7.0.3Stephen Stubbs1-2/+2
2024-08-30prisma: init at 5.18.0Simon Žlender1-2/+4
2024-08-30qownnotes: 24.8.5 -> 24.9.0Patrizio Bekerle1-2/+2
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
2024-08-30paperwork: 2.2.3 -> 2.2.5R. Ryantm1-2/+2
2024-08-29planify: 4.10.8 -> 4.11.0R. Ryantm1-2/+2
2024-08-28treewide: replace all pytest-cov patching outside of pythonPackages with ↵Peder Bergebakken Sundt1-4/+1
pytest-cov-stub (#336777)
2024-08-27treewide: replace all pytest-cov patching outside of pythonPackages with ↵Sandro Jäckel1-4/+1
pytest-cov-stub
2024-08-27treesheets: 0-unstable-2024-06-29 -> 0-unstable-2024-08-25R. Ryantm1-3/+3
2024-08-26Merge pull request #336797 from SuperSandro2000/paperless-ngxSandro1-5/+5
2024-08-26Merge pull request #337094 from OPNA2608/init/lomiri/lomiri-docviewer-app7c6f434c1-1/+2
lomiri.lomiri-docviewer-app: init at 3.0.4
2024-08-26Merge pull request #327309 from r-ryantm/auto-update/morgenOTABI Tomoya1-2/+2
morgen: 3.5.1 -> 3.5.5