1 { lib, fetchurl, pythonPackages }:
3 pythonPackages.buildPythonApplication rec {
8 url = "https://github.com/HenriWahl/Nagstamon/archive/refs/tags/v${version}.tar.gz";
9 sha256 = "sha256-9RxQ/rfvoyjSUsY4tmAkBdVQqZYi3X6PBzQYFIeenzA=";
15 build-system = with pythonPackages; [ setuptools ];
16 dependencies = with pythonPackages; [ configparser pyqt6 psutil requests
17 beautifulsoup4 keyring requests-kerberos lxml dbus-python python-dateutil pysocks ];
20 description = "Status monitor for the desktop";
21 homepage = "https://nagstamon.de/";
22 license = licenses.gpl2Plus;
23 maintainers = with maintainers; [ pSub liberodark ];