From 4c4ca343415a60bd18d50a0bdbdc4b8780ae67d4 Mon Sep 17 00:00:00 2001 From: huantian Date: Tue, 27 Aug 2024 14:19:10 -0700 Subject: [PATCH] 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. --- pkgs/applications/audio/tauon/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/tauon/default.nix b/pkgs/applications/audio/tauon/default.nix index bc7bf1d195d8..b7e954abc4df 100644 --- a/pkgs/applications/audio/tauon/default.nix +++ b/pkgs/applications/audio/tauon/default.nix @@ -23,7 +23,7 @@ wavpack, ffmpeg, pulseaudio, - withDiscordRPC ? false, + withDiscordRPC ? true, }: stdenv.mkDerivation (finalAttrs: {