1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

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