File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed
Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 2034920349 githubId = 3958212;
2035020350 name = "Tom Sorlie";
2035120351 };
20352+ scd31 = {
20353+ name = "scd31";
20354+ github = "scd31";
20355+ githubId = 57571338;
20356+ };
2035220357 schinmai-akamai = {
20353203582035420359 github = "tchinmai7";
Original file line number Diff line number Diff line change 1+ {
2+ wsjtx ,
3+ fetchzip ,
4+ lib ,
5+ } :
6+
7+ wsjtx . overrideAttrs ( old : rec {
8+ pname = "wsjtz" ;
9+ version = "2.7.0-rc7-1.43" ;
10+
11+ src = fetchzip {
12+ url = "mirror://sourceforge/wsjt-z/Source/wsjtz-${ version } .zip" ;
13+ hash = "sha256-m+P83S5P9v3NPtifc+XjZm/mAOs+NT9fTWXisxuWtZo=" ;
14+ } ;
15+
16+ postFixup = ''
17+ mv $out/bin/wsjtx $out/bin/wsjtz
18+ mv $out/bin/wsjtx_app_version $out/bin/wsjtz_app_version
19+ '' ;
20+
21+ meta = {
22+ description = "WSJT-X fork, primarily focused on automation and enhanced functionality" ;
23+ homepage = "https://sourceforge.net/projects/wsjt-z/" ;
24+ license = lib . licenses . gpl3 ;
25+ platforms = lib . platforms . linux ;
26+ maintainers = with lib . maintainers ; [
27+ scd31
28+ ] ;
29+ mainProgram = "wsjtz" ;
30+ } ;
31+ } )
You can’t perform that action at this time.
0 commit comments