Unverified Commit 4c4ca343 authored by huantian's avatar huantian
Browse files

tauon: turn discord rpc on by default

upstream includes this on by default, and it's more convenient for users
if they don't have to turn this on both in application settings, and
in the derivation arguments.

discord rpc doesn't take up a lot of space or time to build either,
as it's just an additional pythong module.
parent 21a5b0f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
  wavpack,
  ffmpeg,
  pulseaudio,
  withDiscordRPC ? false,
  withDiscordRPC ? true,
}:

stdenv.mkDerivation (finalAttrs: {