all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#40360] [PATCH] gnu: gimp: Disable automatic update checking
@ 2020-03-31 22:28 Jack Hill
  2020-03-31 22:40 ` bug#40360: " Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Jack Hill @ 2020-03-31 22:28 UTC (permalink / raw)
  To: 40360; +Cc: Jack Hill

* gnu/packages/gimp.scm (gimp)[arguments]: Disable update checking in
  #:configure-flags.
---
 gnu/packages/gimp.scm | 3 +++
 1 file changed, 3 insertions(+)

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")
                             "/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
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#40360: [PATCH] gnu: gimp: Disable automatic update checking
  2020-03-31 22:28 [bug#40360] [PATCH] gnu: gimp: Disable automatic update checking Jack Hill
@ 2020-03-31 22:40 ` Leo Famulari
  2020-03-31 22:45   ` [bug#40360] " Jack Hill
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2020-03-31 22:40 UTC (permalink / raw)
  To: Jack Hill; +Cc: 40360-done

On Tue, Mar 31, 2020 at 06:28:24PM -0400, Jack Hill wrote:
> * gnu/packages/gimp.scm (gimp)[arguments]: Disable update checking in
>   #:configure-flags.

Thanks! Pushed as a7cc13ed83a356ec50b7dbffdaa91f45ee9d095e

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#40360] [PATCH] gnu: gimp: Disable automatic update checking
  2020-03-31 22:40 ` bug#40360: " Leo Famulari
@ 2020-03-31 22:45   ` Jack Hill
  0 siblings, 0 replies; 3+ messages in thread
From: Jack Hill @ 2020-03-31 22:45 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 40360-done

On Tue, 31 Mar 2020, Leo Famulari wrote:

> Thanks! Pushed as a7cc13ed83a356ec50b7dbffdaa91f45ee9d095e

Thanks for the speedy review!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-03-31 22:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-31 22:28 [bug#40360] [PATCH] gnu: gimp: Disable automatic update checking Jack Hill
2020-03-31 22:40 ` bug#40360: " Leo Famulari
2020-03-31 22:45   ` [bug#40360] " Jack Hill

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.