Guy Chronister
b9d4fb2f10
mendeley: migrate to by-name
2026-08-16 15:48:57 +00:00
Guy Chronister
446f93fc5e
mendeley: simplify AppImage wrapping, remove imagemagick, fix desktop/icon install
...
- Switch to `wrapType2 (finalAttrs: { ... })` style for cleaner access to
`finalAttrs.contents` and `finalAttrs.version`.
- Drop `imagemagick` dependency by installing the bundled 512×512 icon directly.
- Remove manual renaming of the AppImage binary; rely on wrapType2’s default
`mendeley` executable.
- Install the upstream `.desktop` file from extracted contents and patch Exec to
point to the wrapped binary.
- Update `mainProgram` to `mendeley`.
- Add strictDeps and structuredAttrs
2026-08-16 15:48:57 +00:00
EKHH
9eeb54d214
libreoffice: set JAVA_HOME
2026-08-09 12:34:18 +00:00
bitbloxhub
c831bab4ac
appimageTools: warn on deprecated type-specific aliases
...
Also migrates away from them with these commands, using ast-grep 0.43.0
with these commands in bash (assisted by ChatGPT):
```bash
for old in extractType1 extractType2; do
ast-grep \
--lang nix \
--pattern "\$TOOLS.$old" \
--rewrite '$TOOLS.extract' \
--update-all \
pkgs
done
ast-grep \
--lang nix \
--pattern '$TOOLS.wrapType1' \
--rewrite '$TOOLS.wrapType2' \
--update-all \
pkgs
```
Assisted-by: GPT-5.6-Sol Medium via ChatGPT
2026-07-30 00:21:21 +00:00
Guillaume Girol
f57e9dddb6
paperwork: fix build with recent versions of setuptools
...
pkg_resources has been removed, backport a patch using the standard
library instead of pkg_resources.
Fixes: https://github.com/NixOS/nixpkgs/issues/544605
2026-07-22 12:00:00 +00:00
Yohann Boniface
305e299da3
bean-add: fix version scheme ( #542405 )
2026-07-16 09:13:52 +00:00
Sigmanificient
e8852a2180
bead-add: use installBin
2026-07-16 01:37:08 +02:00
Sigmanificient
2f52c1f991
bean-add: fix version scheme
2026-07-16 01:34:37 +02:00
Emily
d8a8f66ef7
libreoffice-bin: drop x86_64-darwin from update script
2026-07-15 03:59:21 +01:00
Emily
fdb820602b
treewide: drop simple x86_64-darwin mentions
...
To reproduce:
$ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
-- scan --update-all --inline-rules '
id: nix-x86_64-darwin
language: nix
rule:
any:
- pattern: "\"x86_64-darwin\""
kind: list_expression > string_expression
- pattern:
context: "{ \"x86_64-darwin\" = $EXPR; }"
selector: binding
- pattern:
context: "{ x86_64-darwin = $EXPR; }"
selector: binding
fix:
template: ""
' pkgs
$ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
-- scan --update-all --inline-rules '
id: json-first-x86_64-darwin
language: json
rule:
kind: object > pair:nth-child(1)
has:
pattern: "\"x86_64-darwin\""
field: key
fix:
template: ""
expandEnd: { regex: "," }
' pkgs
$ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
-- scan --update-all --inline-rules '
id: json-x86_64-darwin
language: json
rule:
kind: object > pair
has:
pattern: "\"x86_64-darwin\""
field: key
fix:
template: ""
expandStart: { regex: "," }
' pkgs
$ git restore pkgs/by-name/om/omnix/package.nix
$ git diff --name-only -z \
| nix shell nixpkgs/3b32825de172d0bc85664f495edb096b10862524#gnused \
-c xargs -0 sed -i '/^$/N; /^\n\? \+$/d'
$ treefmt
2026-07-15 03:58:16 +01:00
Gaétan Lepage
ed34af4a7c
softmaker-{office,nx}: 1230 -> 1234 ( #538034 )
2026-07-09 09:28:33 +00:00
nixpkgs-ci[bot]
be92e0575f
Merge master into staging-next
2026-07-03 12:39:18 +00:00
Gaétan Lepage
aa4bd34513
freeoffice: 2024.1220 -> 2024.1234 ( #537901 )
2026-07-03 11:46:18 +00:00
liberodark
8e3d372a8c
softmaker-{office,nx}: 1230 -> 1234
2026-07-03 08:00:30 +02:00
XlNTARO
7cb7e835aa
freeoffice: 2024.1220 -> 2024.1234
2026-07-02 21:34:48 +03:00
nixpkgs-ci[bot]
c4c9ab3a7d
Merge master into staging-next
2026-07-01 00:47:18 +00:00
Peder Bergebakken Sundt
2a7f91eaf5
treewide: follow some GitHub redirects for fetchFromGitHub ( #526007 )
2026-06-30 21:03:34 +00:00
2kybe3
fb0d1a7cd3
treewide: follow some GitHub redirects for fetchFromGitHub
2026-06-30 22:37:21 +02:00
nixpkgs-ci[bot]
45908f8f52
Merge master into staging-next
2026-06-29 00:46:48 +00:00
Thomas Gerbet
d5dbcebb8c
libreoffice-bin: 25.8.6 -> 26.2.4 ( #531035 )
2026-06-28 20:24:01 +00:00
Michael Daniels
4d86f2810e
Merge branch 'staging-next' into staging
2026-06-21 22:23:20 -04:00
Robert Schütz
efd93a2640
python3Packages.python-xlib: rename from xlib
...
The project name (e.g. on PyPI) is python-xlib.
2026-06-21 14:33:42 -07:00
dotlambda
288399cabd
poppler: 25.10.0 -> 26.06.0 ( #521663 )
2026-06-21 16:18:37 +00:00
Hythera
a2e1ce5122
libreoffice: fix build with poppler 26.06.0
2026-06-21 18:06:17 +02:00
7c6f434c
63eaba0b00
libreoffice: unvendor libfreehand ( #527474 )
2026-06-12 15:51:36 +00:00
éclairevoyant
341137ac3c
libreoffice-bin: 25.8.6 -> 26.2.4
2026-06-12 09:30:56 -04:00
Nick Cao
8ffd5ee068
mendeley: 2.144.0 -> 2.145.0 ( #527805 )
2026-06-08 19:52:46 +00:00
Colin
48e16dceed
libreoffice-bin: 25.2.1 -> 25.8.6 ( #508754 )
2026-06-07 23:41:33 +00:00
R. Ryantm
94e0789e1f
mendeley: 2.144.0 -> 2.145.0
2026-06-04 00:39:26 +00:00
teutat3s
aff25da20b
libreoffice: unvendor libfreehand
2026-06-03 10:12:19 +02:00
Weijia Wang
3fecd4eba3
mendeley: cleanup
2026-05-29 19:10:57 +02:00
yaya
d6aaab83c9
activitywatch: pin aw-webui nodejs version ( #524671 )
2026-05-27 09:01:17 +00:00
Alex Epelde
78df8f88a5
activitywatch: pin aw-webui nodejs version
...
I suspect it was commit 0968bb28e2 that
broke the build with nodejs_24, presumably because of npm updating from
11.11.1 to 11.12.1.
2026-05-26 23:05:42 -04:00
Gaétan Lepage
2e17b49419
treewide: move to by-name part 5 ( #522673 )
2026-05-26 20:55:44 +00:00
Michael Daniels
92936606e7
aw-notify: fix Darwin build ( #521820 )
2026-05-25 18:27:36 +00:00
liberodark
b25ea88e6a
treewide: move to by-name part 5
2026-05-25 00:31:24 +02:00
liberodark
74c17aeac8
treewide: move to by-name part 4
2026-05-21 14:19:59 +02:00
Sam Estep
f403883c2d
aw-notify: fix Darwin build
...
Assisted-by: Codex:gpt-5.5
2026-05-19 00:23:29 -04:00
Harinn
0d5165a32a
mytetra: fix build with gcc 15
2026-05-08 19:57:03 +07:00
jopejoe1
8659d3826e
bean-add: add license
...
source: https://github.com/simon-v/bean-add/blob/master/LICENSE
2026-05-04 11:28:21 +02:00
phanirithvij
7a51481f57
libreoffice: init collaboara-coda variant at 25.04.9.2-2
...
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com >
2026-05-01 18:23:07 +05:30
Luna Nova
ef5701a293
cb2bib: drop, depends on insecure&unmaintained qtwebkit
2026-04-26 12:11:05 -07:00
Grimmauld
00a14d17f5
semantik: drop
2026-04-26 19:25:47 +02:00
Peder Bergebakken Sundt
99213acebc
mendeley: 2.142.0 -> 2.144.0 ( #496043 )
2026-04-21 19:20:39 +00:00
Jack Rosenberg
ccf5538a87
treewide: migrate to finalAttrs
2026-04-20 00:28:40 +02:00
James Cook
0c3dde83e2
libreoffice-bin: 25.2.1 -> 25.8.6
2026-04-10 21:50:51 +01:00
7c6f434c
911a2e08d4
libreoffice-fresh: 25.8.2.2 -> 26.2.1.2, libreoffice-still: 25.2.6.2 -> 25.8.5.2, libreoffice-collabora: 25.04.1-1 -> 25.04.9-4 ( #502046 )
2026-04-05 06:43:55 +00:00
deng232
b1b9bb9946
libreoffice: add unixodbc to LD_LIBRARY_PATH
2026-04-03 17:08:37 -04:00
teutat3s
fb080599db
libreoffice-collabora: use tag in update script
2026-04-02 21:16:21 +02:00
teutat3s
5733caf502
libreoffice-collabora: 25.04.1-1 -> 25.04.9-4
2026-04-02 21:16:16 +02:00