Merge pull request #72509 from Luflosi/kitty-no-update

kitty: disable update check machanism
This commit is contained in:
Maximilian Bosch 2019-11-02 09:20:40 +01:00 committed by GitHub
commit 47bd85469f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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