Unconditionally disable network check for new versions (from Fedora). diff -u /home/dlove/rpmbuild/BUILD/cube-4.3.4/src/GUI-qt/display/VersionCheckWidget.cpp\~ /home/dlove/rpmbuild/BUILD/cube-4.3.4/src/GUI-qt/display/VersionCheckWidget.cpp --- cube-4.3.4/src/GUI-qt/display/VersionCheckWidget.cpp~ 2016-04-03 00:05:37.942066948 +0100 +++ cube-4.3.4/src/GUI-qt/display/VersionCheckWidget.cpp 2016-05-06 17:16:31.648143908 +0100 @@ -52,7 +52,8 @@ url = QUrl( UPDATE_CHECK_URL ); download = NULL; update_Available = false; - bool no_http = env_str2bool( getenv( "CUBE_DISABLE_HTTP_DOCS" ) ); + // bool no_http = env_str2bool( getenv( "CUBE_DISABLE_HTTP_DOCS" ) ); + bool no_http = true; if ( !no_http ) { updateDescription = tr( "Check for update is not performed yet." ); ko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/avr.scm
AgeCommit message (Expand)Author
2018-03-27gnu: Use invoke and return #t from all builders....Mark H Weaver
2018-02-16gnu: Use HTTPS for supported nongnu.org home pages....Tobias Geerinckx-Rice
2017-12-20gnu: microscheme: Fix home page....Ricardo Wurmus
2017-09-22gnu: Use xxd instead of vim....Ricardo Wurmus
2017-06-20gnu: Move contents of zip module into compression module....Arun Isaac
2017-05-24gnu: avr-gcc-4.9: Use gcc-4.9 as base compiler....Ricardo Wurmus
2017-05-24gnu: Allow overriding of xgcc package in cross-gcc....Ricardo Wurmus