[PATCH] gnu: gimp: Disable automatic update checking

  • Done
  • quality assurance status badge
Details
2 participants
  • Jack Hill
  • Leo Famulari
Owner
unassigned
Submitted by
Jack Hill
Severity
normal
J
J
Jack Hill wrote on 1 Apr 2020 00:28
(address . guix-patches@gnu.org)(name . Jack Hill)(address . jackhill@jackhill.us)
20200331222824.512-1-jackhill@jackhill.us
* gnu/packages/gimp.scm (gimp)[arguments]: Disable update checking in
#:configure-flags.
---
gnu/packages/gimp.scm | 3 +++
1 file changed, 3 insertions(+)

Toggle diff (16 lines)
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index fcf613423c..3537fa12f5 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -151,6 +151,9 @@ buffers.")
(list (string-append "--with-html-dir="
(assoc-ref %outputs "doc")
"/share/gtk-doc/html")
+ ;; Disable automatic network request on startup to check for
+ ;; version updates.
+ "--disable-check-update"
;; ./configure requests not to annoy upstream with packaging bugs.
"--with-bug-report-url=https://bugs.gnu.org/guix")
#:phases
--
2.25.1
L
L
Leo Famulari wrote on 1 Apr 2020 00:40
(name . Jack Hill)(address . jackhill@jackhill.us)(address . 40360-done@debbugs.gnu.org)
20200331224027.GB25261@jasmine.lan
On Tue, Mar 31, 2020 at 06:28:24PM -0400, Jack Hill wrote:
Toggle quote (3 lines)
> * gnu/packages/gimp.scm (gimp)[arguments]: Disable update checking in
> #:configure-flags.

Thanks! Pushed as a7cc13ed83a356ec50b7dbffdaa91f45ee9d095e
Closed
J
J
Jack Hill wrote on 1 Apr 2020 00:45
Re: bug#40360: [PATCH] gnu: gimp: Disable automatic update checking
(name . Leo Famulari)(address . leo@famulari.name)(address . 40360-done@debbugs.gnu.org)
alpine.DEB.2.20.2003311845100.5735@marsh.hcoop.net
On Tue, 31 Mar 2020, Leo Famulari wrote:

Toggle quote (2 lines)
> Thanks! Pushed as a7cc13ed83a356ec50b7dbffdaa91f45ee9d095e

Thanks for the speedy review!
Closed
?