24 stdenv.mkDerivation rec {
29 url = "http://git.code.sf.net/p/wsjt/wsjtx";
30 rev = "wsjtx-${version}";
31 hash = "sha256-fELx3B9JqCCL5vaIHab3of5ah9qdu5lemqjUnvY5DdM=";
60 description = "Weak-signal digital communication modes for amateur radio";
62 WSJT-X implements communication protocols or "modes" called FT4, FT8, JT4,
63 JT9, JT65, QRA64, ISCAT, MSK144, and WSPR, as well as one called Echo for
64 detecting and measuring your own radio signals reflected from the Moon.
65 These modes were all designed for making reliable, confirmed ham radio
66 contacts under extreme weak-signal conditions.
68 homepage = "https://wsjt.sourceforge.io";
69 license = with licenses; [ gpl3Plus ];
70 platforms = platforms.linux;
71 maintainers = with maintainers; [