Skip to content

Commit

Permalink
ripcord: set RIPCORD_ALLOW_UPDATES=0 to disable attempts to auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill committed Jul 29, 2020
1 parent 65eab10 commit 5152064
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ mkDerivation rec {
--run "cd $out" \
--set FONTCONFIG_FILE "${fontsConf}" \
--prefix LD_LIBRARY_PATH ":" "${xorg.libXcursor}/lib" \
--prefix QT_XKB_CONFIG_ROOT ":" "${xorg.xkeyboardconfig}/share/X11/xkb"
--prefix QT_XKB_CONFIG_ROOT ":" "${xorg.xkeyboardconfig}/share/X11/xkb" \
--set RIPCORD_ALLOW_UPDATES 0
runHook postInstall
'';
Expand Down

0 comments on commit 5152064

Please sign in to comment.