Skip to content

Commit 5152064

Browse files
committed
ripcord: set RIPCORD_ALLOW_UPDATES=0 to disable attempts to auto-update
1 parent 65eab10 commit 5152064

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • pkgs/applications/networking/instant-messengers/ripcord

pkgs/applications/networking/instant-messengers/ripcord/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ mkDerivation rec {
5151
--run "cd $out" \
5252
--set FONTCONFIG_FILE "${fontsConf}" \
5353
--prefix LD_LIBRARY_PATH ":" "${xorg.libXcursor}/lib" \
54-
--prefix QT_XKB_CONFIG_ROOT ":" "${xorg.xkeyboardconfig}/share/X11/xkb"
54+
--prefix QT_XKB_CONFIG_ROOT ":" "${xorg.xkeyboardconfig}/share/X11/xkb" \
55+
--set RIPCORD_ALLOW_UPDATES 0
5556
5657
runHook postInstall
5758
'';

0 commit comments

Comments
 (0)