Commit Graph

4093 Commits

Author SHA1 Message Date
Pol Dellaiera
033c466feb
Merge pull request #333754 from Xaver106/bump-ticktick
ticktick: 2.0.30 -> 6.0.0
2024-08-11 00:59:48 +02:00
Xaver106
78132ff6bc
ticktick: 2.0.30 -> 6.0.0 2024-08-10 19:40:23 +02:00
Frank Lanitz
4f55ef68c7 homebank: 5.8.1 -> 5.8.2 2024-08-10 09:19:44 +02:00
tomberek
23a3a7b230
Merge pull request #329672 from DarkOnion0/appflowy
appflowy: 0.6.4 -> 0.6.6
2024-08-07 00:27:14 -04:00
Nick Cao
0306728f34
Merge pull request #328891 from r-ryantm/auto-update/mendeley
mendeley: 2.118.0 -> 2.120.0
2024-08-05 19:49:34 -04:00
Patrizio Bekerle
b7204feb9e qownnotes: 24.8.2 -> 24.8.3
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
2024-08-05 21:15:55 +02:00
R. Ryantm
96f5069dd0 planify: 4.9.0 -> 4.10.5 2024-08-04 17:32:59 +08:00
R. Ryantm
482362c264 mendeley: 2.118.0 -> 2.120.0 2024-08-04 04:56:42 +00:00
DarkOnion0
571e27fb2a
appflowy: 0.6.5 -> 0.6.6
https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.6.6
2024-08-03 13:54:44 +02:00
R. Ryantm
28c45bac2e qownnotes: 24.7.2 -> 24.8.2 2024-08-03 10:11:46 +00:00
adisbladis
e0816431a2 treewide: Pass self when overriding Python
Otherwise references to the Python interpreter inside the set are wrong, as demonstrated by:
``` nix
with import <nixpkgs> { };
let
  python' = python3.override {
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the _non_ overriden requests.

And the same with `self`:
```
with import <nixpkgs> { };
let
  python' = python3.override {
    self = python';
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the overriden requests.

This can manifest itself as file collisions when constructing environments or as subtly incorrect dependency graphs.
2024-08-03 12:18:56 +12:00
Leona Maroni
b72a202286
Merge pull request #331389 from SuperSandro2000/paperless-ngx
paperless-ngx: 2.11.0 -> 2.11.2
2024-08-01 07:31:48 +02:00
Sandro Jäckel
0eb0cd7db7
paperless-ngx: 2.11.0 -> 2.11.2 2024-08-01 00:02:10 +02:00
Nick Cao
0bcc0f62c0
Merge pull request #331079 from wineee/wpsoffice
wpsoffice{-cn}: 11.1.0.11720 -> 11.1.0.11723
2024-07-30 19:04:10 -04:00
Peder Bergebakken Sundt
a5779e925d
Merge pull request #328550 from pbsds/init-pytest-coverage-shim-1721428630
python3Packages.pytest-cov-stub: init at 1.0.0
2024-07-30 19:04:29 +02:00
rewine
bda99fed15 wpsoffice{-cn}: 11.1.0.11720 -> 11.1.0.11723 2024-07-30 20:31:46 +08:00
Aleksana
a07da9722d
Merge pull request #330664 from Mic92/empty-with
treewide: remove unused `with` statements from maintainer lists
2024-07-29 15:01:57 +08:00
Matthias Beyer
f7fa2daf89
Merge pull request #330043 from Sigmanificient/fava
fava: 1.27.3 -> 1.28
2024-07-29 08:41:33 +02:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Anderson Torres
9a624d10e3 treewide: remove viric from meta.maintainers [orphans]
Since theey is not active from at least six years.

All the packages on this commit became orphans.

---------------------------------------------------------------------------
There are files not covered by this commit, because they will be adopted
soon. Namely:

- pkgs/by-name/zs/zsync/package.nix
- pkgs/games/bsdgames/default.nix
- pkgs/misc/ghostscript/default.nix
- pkgs/os-specific/linux/kernel/perf/default.nix
- pkgs/tools/system/logrotate/default.nix
2024-07-28 11:48:51 -03:00
Albert Safin
f31b6e87b7 libreoffice-collabora: fix Hydra failure by splitting src derivation
The Hydra build of the libreoffice-collabora derivation introduced in
ab5bdfd3c6 ("libreoffice-collabora: init at 24.04.5-4") fails with the
status "Output limit exceeded" [1], particularly at fetchgit of its
sources.  Indeed, the full checkout of the git repo along with its
submodules takes 4.2 GB which is past the 3.4 GB Hydra's max_output_size
[2].  Unfortunately, the Collabora branch lacks the tarball releases
like the upstream fresh/still variants, so we still have to fetch these
submodules.  This commit gives up on the usage of fetchSubmodules and
instead fetches the submodules using separate fetchgit calls.  This
makes the structure of the nix expression for the collabora variant
closer to the fresh/still variants than the initial version of the
collabora variant.

[1]: https://hydra.nixos.org/build/267358376
[2]: 4b5dd4f974/build/hydra.nix (L51)
2024-07-27 20:39:40 +00:00
Mynacol
02f1815436 libreoffice: Add meta.mainProgram
So users can leverage `lib.getExe`.
The expectation for the main program is the general libreoffice
program, not specific binaries for e.g. Writer or Impress.
2024-07-26 18:18:29 +02:00
Aleksana
84a53ad8e2
Merge pull request #328741 from Sigmanificient/remove-unused-arguments-pkgs-app
pkgs/applications: remove unused arguments
2024-07-26 22:05:49 +08:00
Sigmanificient
2ee703dccb pkgs/applications: remove unused arguments 2024-07-26 11:36:49 +02:00
Sigmanificient
145580edb6 fava: migrate to pkgs/by-name 2024-07-26 03:30:54 +02:00
Sigmanificient
248a1649a5 fava: modernize 2024-07-26 03:29:36 +02:00
Sigmanificient
acb2c75e70 fava: fix disabled cli test 2024-07-26 03:28:57 +02:00
Sigmanificient
bff7842b1e fava: replace python.pkgs to python3Packages due to splicing 2024-07-26 03:22:47 +02:00
Sigmanificient
3b0431e14d fava: 1.27.3 -> 1.28 2024-07-26 02:54:36 +02:00
Albert Safin
052fb5c48d libreoffice-collabora: remove passthru.srcs.{translations,help}
This fixes the evaluation error of libreoffice-collabora.passthru.srcs,
introduced in ab5bdfd3c6 ("libreoffice-collabora: init at 24.04.5-4").

It was an overlook to keep these attributes. Unlike the still/fresh
variants, the collabora variant fetches translations and help files from
git submodules of the main repository rather than from these tarballs.
2024-07-25 11:21:49 +00:00
DarkOnion0
396a42e529
appflowy: 0.6.4 -> 0.6.5
https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.6.5
2024-07-25 10:04:02 +02:00
Albert Safin
ab5bdfd3c6 libreoffice-collabora: init at 24.04.5-4 2024-07-24 04:00:02 +00:00
R. Ryantm
d90f155b78 planify: 4.8.4 -> 4.9.0 2024-07-22 20:30:28 +08:00
Leona Maroni
8560d44477
Merge pull request #326352 from leona-ya/paperless-ngx-2.11.0
paperless-ngx: 2.10.2 -> 2.11.0
2024-07-22 10:59:55 +02:00
R. Ryantm
6a1dc2d9a5 qownnotes: 24.7.1 -> 24.7.2 2024-07-21 17:23:08 +00:00
Peder Bergebakken Sundt
9fa22ab0f1 todoman: migrate to pytest-cov-stub 2024-07-21 13:28:02 +02:00
Anderson Torres
6dba240f79 treewide: remove dtzWill as maintainer [orphans]
Since theey is not active in a long span of time.

All the packages in this commit are now orphan.
2024-07-17 13:52:45 -03:00
Anderson Torres
2ac414fa93 treewide: remove dtzWill as maintainer [no orphans]
Since theey is not active in a long span of time.

None of the packages in this commit are orphan.
2024-07-17 13:25:27 -03:00
Alexis Hildebrandt
4767d29976 appflowy: format using nixfmt 2024-07-17 12:54:57 +02:00
Alexis Hildebrandt
0e4dbceba0 appflowy: modernize 2024-07-17 12:54:57 +02:00
Alexis Hildebrandt
a0c617a0a9 appflowy: add darwin platform 2024-07-17 12:54:57 +02:00
7c6f434c
51a1c95c49
Merge pull request #327673 from K900/update-libreoffice
libreoffice-fresh: 24.2.3 -> 24.2.5
2024-07-17 07:51:07 +00:00
Weijia Wang
b9baf26492
Merge pull request #326429 from r-ryantm/auto-update/wpsoffice
wpsoffice: 11.1.0.11719 -> 11.1.0.11720
2024-07-16 22:24:14 +02:00
Pol Dellaiera
d5e8bd6d13
Merge pull request #327627 from SuperSandro2000/unoconv
unoconv: use python directly from libreoffice
2024-07-16 21:29:14 +02:00
K900
c59d543f1f libreoffice-fresh: 24.2.3 -> 24.2.5 2024-07-16 17:38:09 +03:00
DarkOnion0
376e50c7cb
appflowy: 0.6.3 -> 0.6.4
https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.6.4
2024-07-16 16:23:06 +02:00
R. Ryantm
4e2f7260bf wpsoffice: 11.1.0.11719 -> 11.1.0.11720 2024-07-16 15:20:12 +02:00
Sandro Jäckel
41ccef4a0f
libreoffice: passthru python version 2024-07-16 13:32:46 +02:00
Sandro
7a2174d64b
Merge pull request #325588 from DarkOnion0/appflowy 2024-07-16 11:16:45 +02:00
Weijia Wang
5a855f0659
Merge pull request #325183 from r-ryantm/auto-update/tryton
tryton: 7.2.2 -> 7.2.3
2024-07-16 10:20:05 +02:00