emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#40360: closed ([PATCH] gnu: gimp: Disable automatic update checking)


From: GNU bug Tracking System
Subject: bug#40360: closed ([PATCH] gnu: gimp: Disable automatic update checking)
Date: Tue, 31 Mar 2020 22:41:01 +0000

Your message dated Tue, 31 Mar 2020 18:40:27 -0400
with message-id <address@hidden>
and subject line Re: [bug#40360] [PATCH] gnu: gimp: Disable automatic update 
checking
has caused the debbugs.gnu.org bug report #40360,
regarding [PATCH] gnu: gimp: Disable automatic update checking
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
40360: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40360
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: gimp: Disable automatic update checking Date: Tue, 31 Mar 2020 18:28:24 -0400
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#40360] [PATCH] gnu: gimp: Disable automatic update checking Date: Tue, 31 Mar 2020 18:40:27 -0400
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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]