guix-commits
[Top][All Lists]
Advanced

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

08/12: gnu: picard: Don't check for updates.


From: guix-commits
Subject: 08/12: gnu: picard: Don't check for updates.
Date: Sat, 11 May 2019 18:27:52 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e28b0798d2e01d456a6b00f5eee247085edebf25
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat May 11 18:06:50 2019 +0200

    gnu: picard: Don't check for updates.
    
    * gnu/packages/music.scm (picard)[arguments]: Add ‘--disable-autoupdate’
    to #:configure-flags.
---
 gnu/packages/music.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index be08960..e8908e5 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2558,7 +2558,9 @@ event-based scripts for scrobbling, notifications, etc.")
     (arguments
      '(#:use-setuptools? #f
        #:configure-flags
-       (list "--root=/")
+       (list "--root=/"
+             ;; Don't phone home or show ‘Check for Update…’ in the Help menu.
+             "--disable-autoupdate")
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'patch-source



reply via email to

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