We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65eab10 commit 5152064Copy full SHA for 5152064
1 file changed
pkgs/applications/networking/instant-messengers/ripcord/default.nix
@@ -51,7 +51,8 @@ mkDerivation rec {
51
--run "cd $out" \
52
--set FONTCONFIG_FILE "${fontsConf}" \
53
--prefix LD_LIBRARY_PATH ":" "${xorg.libXcursor}/lib" \
54
- --prefix QT_XKB_CONFIG_ROOT ":" "${xorg.xkeyboardconfig}/share/X11/xkb"
+ --prefix QT_XKB_CONFIG_ROOT ":" "${xorg.xkeyboardconfig}/share/X11/xkb" \
55
+ --set RIPCORD_ALLOW_UPDATES 0
56
57
runHook postInstall
58
'';
0 commit comments