with import {}; python3Packages.buildPythonApplication { pname = "gulik"; version = "dev"; src = lib.cleanSource ./.; propagatedBuildInputs = with python3Packages; [ setproctitle pygobject3 requests pycairo psutil ]; buildInputs = [ gobjectIntrospection gtk3 ]; meta = with stdenv.lib; { description = "A graphical system monitor using cairo and psutil."; homepage = https://rnd.phryk.net/phryk-evil-mad-sciences-llc/gulik; license = licenses.gpl3; platforms = platforms.unix; }; }