tauon: add optional withDiscordRPC (#138765)
* tauon: add optional withDiscordRPC * Update pkgs/applications/audio/tauon/default.nix Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
7ecc0a0181
commit
89393893ec
1 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@
|
|||
, opusfile
|
||||
, pango
|
||||
, pulseaudio
|
||||
, withDiscordRPC ? false
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -82,7 +83,7 @@ stdenv.mkDerivation rec {
|
|||
pysdl2
|
||||
requests
|
||||
send2trash
|
||||
];
|
||||
] ++ lib.optional withDiscordRPC pypresence;
|
||||
|
||||
makeWrapperArgs = [
|
||||
"--prefix PATH : ${lib.makeBinPath [ffmpeg]}"
|
||||
|
|
Loading…
Reference in a new issue