Artturin
3876b1b05b
Fix cross-compilation eval failures ( #344499 )
2024-09-27 21:27:30 +03:00
R. Ryantm
b4fafd67f8
qownnotes: 24.9.6 -> 24.9.7
2024-09-27 07:12:49 +00:00
Artturin
a70951ade3
appflowy: Fix missing attribute on aarch64-linux
2024-09-26 03:48:21 +03:00
Sandro
3a000f5976
paperless-ngx: 2.11.6 -> 2.12.1 ( #343643 )
2024-09-25 17:08:03 +02:00
Bobby Rong
2602ef1f70
planify: 4.11.2 -> 4.11.4 ( #344061 )
2024-09-25 20:48:38 +08:00
Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
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"
```
2024-09-25 00:04:37 +03:00
Robert Schütz
325c42a315
paperless-ngx: 2.11.6 -> 2.12.1
...
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
2024-09-24 11:41:49 -07:00
R. Ryantm
57710d3f2c
planify: 4.11.2 -> 4.11.4
2024-09-23 21:09:56 +00:00
Frank Lanitz
3c59a7e43f
homebank: move to pkgs/by-name
2024-09-20 10:33:21 +02:00
Fabián Heredia Montiel
b71e97cbaa
qownnotes: 24.9.1 -> 24.9.6 ( #342172 )
2024-09-17 00:29:01 -06:00
Aleksana
a2cad4db0b
treewide: migrate packages to by-name ( #341412 )
2024-09-17 11:17:16 +08:00
Anderson Torres
f0e64ce16f
treewide: migrate packages maintained by AndersonTorres to by-name
...
Manual migration for the sake of by-name migration is no longer discouraged
since #340235 .
2024-09-16 14:26:47 -03:00
R. Ryantm
0586b3d424
qownnotes: 24.9.1 -> 24.9.6
2024-09-15 23:42:57 +00:00
Wolfgang Walther
90914ee74f
qpdfview: fix build
...
With structuredAttrs support in 1bcca7d66b
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-15 17:55:09 +02:00
OTABI Tomoya
2a19dcb80a
tryton: 7.2.4 -> 7.2.5 ( #339773 )
2024-09-15 11:37:30 +09:00
natsukium
466af1a6b4
tryton: avoid double wrapping
2024-09-14 10:38:08 +09:00
R. Ryantm
ecb02d37b5
planify: 4.11.0 -> 4.11.2
2024-09-14 01:34:19 +00:00
natsukium
1bc559ed43
tryton: build with pypaBuildHook
2024-09-14 10:31:43 +09:00
OTABI Tomoya
9cef2898eb
morgen: 3.5.5 -> 3.5.6 ( #340741 )
2024-09-13 11:59:53 +09:00
Mathew Polzin
5696278271
notes: 2.2.1 -> 2.3.0 ( #338613 )
2024-09-11 10:06:44 -05:00
Weijia Wang
b49f260b8b
paperwork: 2.2.3 -> 2.2.5 ( #338434 )
2024-09-09 16:55:59 +02:00
R. Ryantm
d27ff4322a
morgen: 3.5.5 -> 3.5.6
2024-09-09 10:29:51 +00:00
R. Ryantm
5cef496f23
treesheets: 0-unstable-2024-08-25 -> 0-unstable-2024-09-08
2024-09-09 06:10:41 +00:00
Nick Cao
7a71e62c39
super-productivity: 8.0.10 -> 9.0.5 ( #328216 )
2024-09-08 09:38:46 -04:00
Nick Cao
994d1da9c8
treesheets: 0-unstable-2024-06-29 -> 0-unstable-2024-08-25 ( #327111 )
2024-09-08 09:32:16 -04:00
Sebastián Mancilla
2e0c017c27
appflowy: 0.6.6 -> 0.6.8 ( #334467 )
2024-09-05 19:05:24 -04:00
R. Ryantm
26226abeed
tryton: 7.2.4 -> 7.2.5
2024-09-05 11:17:56 +00:00
R. Ryantm
b4fff4897c
qownnotes: 24.9.0 -> 24.9.1
2024-09-05 05:11:58 +00:00
DarkOnion0
a4e033f90c
appflowy: 0.6.7.2 -> 0.6.8
...
https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.6.8
2024-09-04 20:39:51 +02:00
R. Ryantm
31e42275fb
beamerpresenter: 0.2.4 -> 0.2.5
2024-09-02 10:38:43 +00:00
Pol Dellaiera
48ca0efac3
zotero: 7.0 -> 7.0.3 ( #338458 )
2024-09-01 21:20:43 +02:00
zendo
7bd29c7ddf
notes: move to by-name
2024-08-31 21:00:28 +08:00
Bobby Rong
d6b4401cdf
planify: 4.10.8 -> 4.11.0 ( #338187 )
2024-08-31 17:15:31 +08:00
DarkOnion0
f170538258
appflowy: 0.6.7.1 -> 0.6.7.2
...
https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.6.7.2
2024-08-31 10:13:09 +02:00
rewine
192e7407cc
qownnotes: 24.8.5 -> 24.9.0 ( #338446 )
2024-08-31 09:22:12 +08:00
Yt
4dd3c85ad5
{prisma,prisma-engines}: 5.16.1 -> 5.18.0 ( #337521 )
2024-08-31 00:15:53 +00:00
Stephen Stubbs
1a3c43de1f
zotero: 7.0 -> 7.0.3
2024-08-30 20:18:48 +01:00
Simon Žlender
dcbcaee4cf
prisma: init at 5.18.0
2024-08-30 21:12:54 +02:00
Patrizio Bekerle
0482eb3714
qownnotes: 24.8.5 -> 24.9.0
...
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
2024-08-30 20:31:03 +02:00
R. Ryantm
34587b9f7e
paperwork: 2.2.3 -> 2.2.5
2024-08-30 16:32:53 +00:00
R. Ryantm
a5582acfeb
planify: 4.10.8 -> 4.11.0
2024-08-29 13:47:36 +00:00
Peder Bergebakken Sundt
c477a48699
treewide: replace all pytest-cov patching outside of pythonPackages with pytest-cov-stub ( #336777 )
2024-08-28 22:17:38 -04:00
Sandro Jäckel
ca355f14c8
treewide: replace all pytest-cov patching outside of pythonPackages with pytest-cov-stub
2024-08-27 20:47:13 +02:00
R. Ryantm
9e7fcb7e19
treesheets: 0-unstable-2024-06-29 -> 0-unstable-2024-08-25
2024-08-27 08:32:03 +00:00
Sandro
6b4d280cf5
Merge pull request #336797 from SuperSandro2000/paperless-ngx
2024-08-26 11:47:01 +02:00
7c6f434c
8487207876
Merge pull request #337094 from OPNA2608/init/lomiri/lomiri-docviewer-app
...
lomiri.lomiri-docviewer-app: init at 3.0.4
2024-08-26 05:40:34 +00:00
OTABI Tomoya
aaab68cacc
Merge pull request #327309 from r-ryantm/auto-update/morgen
...
morgen: 3.5.1 -> 3.5.5
2024-08-26 09:23:41 +09:00
Sandro Jäckel
7986bdf980
paperless-ngx: 2.11.4 -> 2.11.6
2024-08-25 22:01:09 +02:00
Sandro Jäckel
bb69775568
paperless-ngx: drop inactive maintainers, add myself to maintainers
2024-08-25 21:39:54 +02:00
K900
d478563d72
libreoffice: still 7.6 -> 24.2, fresh 24.2 -> 24.8, more cleanups, more system deps
2024-08-25 18:34:50 +03:00