ripcord: set RIPCORD_ALLOW_UPDATES=0 to disable attempts to auto-update

gstqt5
Will Dietz 2020-03-12 08:06:24 -05:00
parent 65eab104a3
commit 51520648e1
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02
1 changed files with 2 additions and 1 deletions

View File

@ -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
'';