26 desktopItem = makeDesktopItem rec {
31 genericName = "EchoLink Client";
40 stdenv.mkDerivation rec {
44 src = fetchFromGitHub {
48 sha256 = "sha256-riyFEuEmJ7+jYT3UoTTsMUwFdO3y5mjo4z0fcC3O8gY=";
52 "-DDO_INSTALL_CHOWN=NO"
53 "-DRTLSDR_LIBRARIES=${rtl-sdr}/lib/librtlsdr.so"
54 "-DRTLSDR_INCLUDE_DIRS=${rtl-sdr}/include"
57 dontWrapQtApps = true;
83 rm -f $out/share/applications/*
84 cp -v ${desktopItem}/share/applications/* $out/share/applications
85 mv $out/share/icons/link.xpm $out/share/icons/qtel.xpm
87 wrapQtApp $out/bin/qtel
91 description = "Advanced repeater controller and EchoLink software";
93 Advanced repeater controller and EchoLink software for Linux including a
94 GUI, Qtel - The Qt EchoLink client
96 homepage = "http://www.svxlink.org/";
97 license = with licenses; [ gpl2 ];
98 maintainers = with maintainers; [ zaninime ];
99 platforms = platforms.linux;