1 { lib, mkDerivation, fetchurl, qtbase, qmake }:
8 url = "https://www.toastfreeware.priv.at/tarballs/confclerk/confclerk-${version}.tar.gz";
9 sha256 = "0l5i4d6lymh0k6gzihs41x4i8v1dz0mrwpga096af0vchpvlcarg";
12 buildInputs = [ qtbase ];
13 nativeBuildInputs = [ qmake ];
17 mv $out/confclerk $out/bin/
21 description = "Offline conference schedule viewer";
22 homepage = "http://www.toastfreeware.priv.at/confclerk";
23 license = lib.licenses.gpl2;
24 maintainers = with lib.maintainers; [ ehmry ];
25 platforms = lib.platforms.linux;