Commit Graph

77 Commits

Author SHA1 Message Date
Weijia Wang
996228e31e jbake: 2.6.7 -> 2.7.0 (#474475) 2026-08-15 14:13:45 +00:00
Weijia Wang
560dea42a3 jbrowse: 3.6.5 -> 4.3.0 (#459633) 2026-08-15 13:27:30 +00:00
Robert Helgesson
480c8097bd jbang: 0.136.0 -> 0.141.0 (#491743) 2026-08-14 17:37:49 +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
dotlambda
420996489b jbig2enc: 0.31 -> 0.32 (#533417) 2026-07-29 17:25:46 +00:00
R. Ryantm
45b440cd7b jbang: 0.136.0 -> 0.141.0 2026-07-21 17:45:04 +00:00
FliegendeWurst
0645730af2 jbang: enable __structuredAttrs and strictDeps 2026-06-24 13:19:30 +02:00
R. Ryantm
b791b85ec1 jbig2enc: 0.31 -> 0.32 2026-06-19 20:09:39 +00:00
R. Ryantm
92858ae73e jbrowse: 3.6.5 -> 4.3.0 2026-05-25 03:10:19 +00:00
Thomas Butter
d762203398 jbig2enc: 0.30 -> 0.31 2026-05-17 11:32:51 +00:00
Goldmensch
e7695e231c jbang: Use --prefix instead of --set for PATH 2026-02-16 16:23:57 +01:00
R. Ryantm
9caa0e82e4 jbang: 0.135.1 -> 0.136.0 2026-02-10 21:26:19 +00:00
Weijia Wang
b1fd76d272 jbang: 0.132.1 -> 0.135.1 (#464585) 2026-02-03 00:20:20 +00:00
R. Ryantm
a0b4de2f09 jbake: 2.6.7 -> 2.7.0 2026-02-02 00:27:39 +01:00
quantenzitrone
6b61249106 various: switch to finalAttrs pattern
this shouldn't create any rebuilds
2026-01-30 02:36:22 +01:00
R. Ryantm
ed891ee10f jbang: 0.132.1 -> 0.135.1 2025-12-20 10:12:58 +00:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
Wolfgang Walther
0cf1b1c518 maintainers: drop sander
Inactive since at least 2024. Was removed as commmiter for inactivity a
while ago. No reaction to maintainer pings for quite some time.
2025-12-05 19:11:04 +01:00
R. Ryantm
fc413468e2 jbang: 0.131.0 -> 0.132.1 2025-10-10 08:54:46 +00:00
Wolfgang Walther
c283f32d29 treewide: remove unused with
Auto-fixed by nixf-diagnose.
2025-10-05 10:50:41 +02:00
R. Ryantm
51ca54982a jbang: 0.129.0 -> 0.131.0 2025-09-21 03:31:28 +00:00
Michael Daniels
14549df818 maintainers: remove benwbooth
Inactive on nixpkgs in 2025 despite the 10 pull requests that requested
their review.
2025-09-20 11:58:36 -04:00
R. Ryantm
70ca90dc00 jbrowse: 3.6.4 -> 3.6.5 2025-09-11 01:35:56 +00:00
R. Ryantm
9e65247b64 jbang: 0.127.18 -> 0.129.0 2025-08-13 00:14:29 +00:00
R. Ryantm
ce76beed2f jbrowse: 3.6.3 -> 3.6.4 2025-07-27 14:19:40 +00:00
Weijia Wang
b4825bdd58 jbrowse: 3.5.1 -> 3.6.3 (#424208) 2025-07-26 06:43:36 +02:00
Weijia Wang
2ea7c1a3c4 jbang: 0.126.3 -> 0.127.18 (#423676) 2025-07-26 06:16:25 +02:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
R. Ryantm
9572675231 jbrowse: 3.5.1 -> 3.6.3 2025-07-19 09:06:45 +00:00
R. Ryantm
dbcdbb1f7e jbang: 0.126.3 -> 0.127.18 2025-07-18 01:52:56 +00:00
Nick Cao
c5408f7944 jbang: 0.126.2 -> 0.126.3 (#417484) 2025-06-18 16:11:43 -04:00
Weijia Wang
015d53df03 jbrowse: 3.5.0 -> 3.5.1 (#414868) 2025-06-17 17:14:23 +02:00
R. Ryantm
a3da62af25 jbang: 0.126.2 -> 0.126.3 2025-06-17 09:12:53 +00:00
Peder Bergebakken Sundt
cc44945446 jbang: add source provenance to metadata (#411236) 2025-06-17 04:45:36 +02:00
R. Ryantm
e3608d850f jbrowse: 3.5.0 -> 3.5.1 2025-06-07 23:05:17 +00:00
R. Ryantm
b22b3dba4c jbang: 0.126.1 -> 0.126.2 2025-06-07 12:43:01 +00:00
R. Ryantm
713ceb0673 jbrowse: 3.4.0 -> 3.5.0 2025-05-27 22:36:09 +00:00
Sean Gilligan
963713e269 jbang: add source provenance to metadata 2025-05-26 13:59:04 -07:00
R. Ryantm
df06d754a1 jbang: 0.125.1 -> 0.126.1 2025-05-15 22:20:49 +00:00
R. Ryantm
422e377cdd jbrowse: 3.3.0 -> 3.4.0 2025-05-14 01:35:21 +00:00
Yohann Boniface
d5d26cac84 jbofihe: fix build with gcc14, modernize (#395240) 2025-04-25 23:48:47 +02:00
R. Ryantm
6ea1865908 jbrowse: 3.2.0 -> 3.3.0 2025-04-18 19:42:55 +00:00
Sandro
a6a6b975d8 jbigkit: disable parallel tests (#390518) 2025-04-14 23:51:48 +02:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
ghpzin
04584e1835 jbofihe: modernize
- replace `rec` with `finalAttrs`
- remove `with lib;` from `meta`
2025-04-01 20:13:44 +03:00
ghpzin
74c5c8069d jbofihe: fix build with gcc14
- add patch fixing gcc14 errors:
`implicit-int`:
```
rpc_tab.c:1:8: error: type defaults to 'int' in declaration of
'elide_trace_reduce' [-Wimplicit-int]
    1 | extern elide_trace_reduce(int, int);
      |        ^~~~~~~~~~~~~~~~~~
rpc_tab.c:2:8: error: type defaults to 'int' in declaration of
'elide_trace_shift' [-Wimplicit-int]
    2 | extern elide_trace_shift(int,int);
      |        ^~~~~~~~~~~~~~~~~
rpc_tab.c:3:8: error: type defaults to 'int' in declaration of
'report_trace_shift' [-Wimplicit-int]
    3 | extern report_trace_shift(int);
      |        ^~~~~~~~~~~~~~~~~~
rpc_tab.c:4:8: error: type defaults to 'int' in declaration of
'report_trace_reduce' [-Wimplicit-int]
    4 | extern report_trace_reduce(int, int);
      |        ^~~~~~~~~~~~~~~~~~~
rpc_tab.c:5:8: error: type defaults to 'int' in declaration of
'report_trace_error' [-Wimplicit-int]
    5 | extern report_trace_error(short *yyss, short *yyssp);
      |        ^~~~~~~~~~~~~~~~~~
```

`implicit-function-declaration`:
```
parse.tab.c: In function 'yyparse':
parse.tab.c:1148:16: error: implicit declaration of function 'yylex'
[-Wimplicit-function-declaration]
 1148 |       yychar = yylex ();
      |                ^~~~~

parse.tab.c:1595:7: error: implicit declaration of function 'yyerror';
did you mean 'yyerrok'? [-Wimplicit-function-declaration]
 1595 |       yyerror (YY_("syntax error"));
      |       ^~~~~~~
      |       yyerrok

n2d.c: In function 'main':
n2d.c:1529:12: error: implicit declaration of function 'yyparse'
[-Wimplicit-function-declaration]
 1529 |   result = yyparse();
      |            ^~~~~~~
```
2025-04-01 20:08:55 +03:00
R. Ryantm
819f572649 jbang: 0.125.0 -> 0.125.1 2025-03-30 09:52:52 +00:00
Weijia Wang
4e5083c7fa jbrowse: 3.0.5 -> 3.2.0 (#392072) 2025-03-29 15:05:25 +01:00
Weijia Wang
e7eabbaf3c jbang: 0.124.0 -> 0.125.0 (#391209) 2025-03-29 12:03:47 +01:00