1 { lib, stdenv, fetchurl, hamlib, pkg-config, qtbase, qttools, qtserialport, qtcharts, qmake, wrapQtAppsHook }:
3 stdenv.mkDerivation rec {
8 url = "https://download.savannah.nongnu.org/releases/klog/${pname}-${version}.tar.gz";
9 sha256 = "1d5x7rq0mgfrqws3q1y4z8wh2qa3gvsmd0ssf2yqgkyq3fhdrb5c";
12 nativeBuildInputs = [ pkg-config wrapQtAppsHook qmake qttools ];
13 buildInputs = [ hamlib qtbase qtserialport qtcharts ];
15 qmakeFlags = [ "KLog.pro" ];
18 description = "Multiplatform free hamradio logger";
21 KLog provides QSO management, useful QSL management DX-Cluster client, DXCC management,
22 ClubLog integration, WSJT-X, DX-Marathon support and much more.
24 homepage = "https://www.klog.xyz/";
25 license = licenses.gpl2Plus;
26 platforms = platforms.linux;
27 maintainers = with maintainers; [ pulsation ];