17 stdenv.mkDerivation rec {
21 src = fetchFromGitHub {
24 rev = "${pname}-${version}";
25 sha256 = "1xpgs4k27pjd9mianfknknp6mf34365bcp96wrv5xh4dhph573rj";
29 # Pull upstream fix for ncurses-6.3:
30 # https://github.com/Tlf/tlf/pull/282
31 # We use Debian's patch as upstream fixes don't apply as is due to
32 # related code changes. The change will be a part of 1.4.2 release.
34 name = "ncurses-6.3.patch";
35 url = "https://salsa.debian.org/debian-hamradio-team/tlf/-/raw/5a2d79fc35bde97f653b1373fd970d41fe01a3ec/debian/patches/warnings-as-errors.patch?inline=false";
36 sha256 = "1zi1dd4vqkgl2pg29lnhj91ralqg58gmkzq9fkcx0dyakbjm6070";
56 "--enable-fldigi-xmlrpc"
61 ln -s ${ncurses5.out}/lib/libtinfo.so.5 $out/lib/libtinfo.so.5
65 description = "Advanced ham radio logging and contest program";
67 TLF is a curses based console mode general logging and contest program for
70 It supports the CQWW, the WPX, the ARRL-DX, the ARRL-FD, the PACC and the
71 EU SPRINT shortwave contests (single operator) as well as a LOT MORE basic
72 contests, general QSO and DXpedition mode.
74 homepage = "https://tlf.github.io/";
75 license = licenses.gpl2;
77 platforms = platforms.linux;