[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: gimp: Disable automatic update checking
From: |
guix-commits |
Subject: |
branch master updated: gnu: gimp: Disable automatic update checking |
Date: |
Tue, 31 Mar 2020 18:40:08 -0400 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new a7cc13e gnu: gimp: Disable automatic update checking
a7cc13e is described below
commit a7cc13ed83a356ec50b7dbffdaa91f45ee9d095e
Author: Jack Hill <address@hidden>
AuthorDate: Tue Mar 31 18:28:24 2020 -0400
gnu: gimp: Disable automatic update checking
* gnu/packages/gimp.scm (gimp)[arguments]: Disable update checking
in #:configure-flags.
Signed-off-by: Leo Famulari <address@hidden>
---
gnu/packages/gimp.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index fcf6134..3537fa1 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")
"/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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: gimp: Disable automatic update checking,
guix-commits <=