frobar-ng: Broken mpris!
This commit is contained in:
parent
ffd402f57c
commit
f22b42a711
2 changed files with 180 additions and 4 deletions
|
@ -30,8 +30,9 @@ pkgs.python3Packages.buildPythonApplication rec {
|
|||
mpd2
|
||||
notmuch
|
||||
psutil
|
||||
pulsectl # old only
|
||||
pulsectl-asyncio
|
||||
pulsectl # old only
|
||||
pygobject3
|
||||
pyinotify
|
||||
rich
|
||||
];
|
||||
|
@ -43,5 +44,7 @@ pkgs.python3Packages.buildPythonApplication rec {
|
|||
]);
|
||||
makeWrapperArgs = [ "--prefix PATH : ${pkgs.lib.makeBinPath nativeBuildInputs}" ];
|
||||
|
||||
GI_TYPELIB_PATH = pkgs.lib.makeSearchPath "lib/girepository-1.0" [ pkgs.glib.out pkgs.playerctl ];
|
||||
|
||||
src = ./.;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue