gnu: gimp: Disable automatic update checking
authorJack Hill <jackhill@jackhill.us>
Tue, 31 Mar 2020 22:28:24 +0000 (18:28 -0400)
committerLeo Famulari <leo@famulari.name>
Tue, 31 Mar 2020 22:39:56 +0000 (18:39 -0400)
* gnu/packages/gimp.scm (gimp)[arguments]: Disable update checking
in #:configure-flags.

Signed-off-by: Leo Famulari <leo@famulari.name>
gnu/packages/gimp.scm

index fcf6134..3537fa1 100644 (file)
@@ -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