11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
19 sha256 = "0iv2m4flgaz2r0k7f6l0ca8p6cw8j8j2gin1gci2pg3l5g5khbch";
32 dontWrapQtApps = true;
35 description = "Mpris2 Client for Plasma5";
36 homepage = "https://github.com/audoban/PlayBar2";
37 license = licenses.gpl3;
38 platforms = platforms.linux;
39 maintainers = with maintainers; [ pjones ];