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:
parent
e62f6f77fe
commit
a7cc13ed83
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user