GNU bug report logs - #40360
[PATCH] gnu: gimp: Disable automatic update checking

Previous Next

Package: guix-patches;

Reported by: Jack Hill <jackhill <at> jackhill.us>

Date: Tue, 31 Mar 2020 22:29:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Jack Hill <jackhill <at> jackhill.us>
To: 40360 <at> debbugs.gnu.org
Cc: Jack Hill <jackhill <at> jackhill.us>
Subject: [bug#40360] [PATCH] gnu: gimp: Disable automatic update checking
Date: Tue, 31 Mar 2020 18:28:24 -0400
* gnu/packages/gimp.scm (gimp)[arguments]: Disable update checking in
  #:configure-flags.
---
 gnu/packages/gimp.scm | 3 +++
 1 file changed, 3 insertions(+)

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





This bug report was last modified 5 years and 50 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.