gnu: gimp: Disable automatic update checking

* gnu/packages/gimp.scm (gimp)[arguments]: Disable update checking
in #:configure-flags.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Jack Hill 2020-03-31 18:28:24 -04:00 committed by Leo Famulari
parent e62f6f77fe
commit a7cc13ed83
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08

View 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