Merge pull request #94145 from dtzWill/fix/ripcord-autoupdate-nothanks

ripcord: set RIPCORD_ALLOW_UPDATES=0 to disable attempts to auto-update
This commit is contained in:
Silvan Mosberger 2020-07-29 14:46:05 +02:00 committed by GitHub
commit a2518cf388
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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