* gnu/packages/gimp.scm (gimp)[arguments]: Disable update checking in
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")
+ ;; Disable automatic network request on startup to check for
+ "--disable-check-update"
;; ./configure requests not to annoy upstream with packaging bugs.
"--with-bug-report-url=https://bugs.gnu.org/guix")