1 { lib, fetchurl, pythonPackages }:
3 pythonPackages.buildPythonApplication rec {
8 url = "https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-${version}.tar.gz";
9 sha256 = "1048x55g3nlyyggn6a36xmj24w4hv08llg58f4hzc0fwg074cd58";
15 propagatedBuildInputs = with pythonPackages; [ configparser pyqt5 psutil requests
16 beautifulsoup4 keyring requests-kerberos kerberos lxml ];
19 description = "A status monitor for the desktop";
20 homepage = "https://nagstamon.ifw-dresden.de/";
21 license = licenses.gpl2;
22 maintainers = with maintainers; [ pSub ];
23 # fails to install with:
24 # TypeError: cannot unpack non-iterable bool object