Merge pull request #72509 from Luflosi/kitty-no-update
kitty: disable update check machanism
This commit is contained in:
commit
47bd85469f
@ -79,9 +79,9 @@ buildPythonApplication rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
buildPhase = if stdenv.isDarwin then ''
|
buildPhase = if stdenv.isDarwin then ''
|
||||||
make app
|
${python.interpreter} setup.py kitty.app --update-check-interval=0
|
||||||
'' else ''
|
'' else ''
|
||||||
${python.interpreter} setup.py linux-package
|
${python.interpreter} setup.py linux-package --update-check-interval=0
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user