citra: default Discord RPC to false

This commit is contained in:
Martino Fontana 2024-03-01 15:55:23 +01:00
parent 97bb5f8064
commit e87ec1228f

View file

@ -34,7 +34,7 @@
, enableQtTranslation ? enableQt, qttools
, enableWebService ? true
, enableCubeb ? true, cubeb
, useDiscordRichPresence ? true, rapidjson
, useDiscordRichPresence ? false, rapidjson
}:
stdenv.mkDerivation {
inherit pname version src;