6 python3.pkgs.buildPythonApplication rec {
10 src = python3.pkgs.fetchPypi {
11 inherit version pname;
12 sha256 = "0vaapn2p4257m1d5nbnwnh252b7lhl00560gr9pqh2b7xqm1bh6g";
16 sed -i '30i entry_points = { "console_scripts": [ "patray = patray.__main__:main" ] },' setup.py
17 sed -i 's/production.txt/production.in/' setup.py
18 sed -i '/pyside2/d' requirements/production.in
21 propagatedBuildInputs = with python3.pkgs; [
30 nativeBuildInputs = [ qt5.wrapQtAppsHook ];
32 wrapQtApp $out/bin/patray
38 description = "Yet another tray pulseaudio frontend";
39 homepage = "https://github.com/pohmelie/patray";
40 license = licenses.mit;
41 maintainers = with maintainers; [ domenkozar ];