14 url = "https://www.toastfreeware.priv.at/tarballs/confclerk/confclerk-${version}.tar.gz";
15 sha256 = "sha256-GgWvPHcQnQrK9SOC8U9F2P8kuPCn8I2EhoWEEMtKBww=";
18 buildInputs = [ qtbase ];
19 nativeBuildInputs = [ qmake ];
23 mv $out/confclerk $out/bin/
27 description = "Offline conference schedule viewer";
28 mainProgram = "confclerk";
29 homepage = "http://www.toastfreeware.priv.at/confclerk";
30 license = lib.licenses.gpl2;
31 maintainers = with lib.maintainers; [ ehmry ];
32 platforms = lib.platforms.linux;