gnu: picard: Don't check for updates.
* gnu/packages/music.scm (picard)[arguments]: Add ‘--disable-autoupdate’ to #:configure-flags.
This commit is contained in:
parent
8eba82753a
commit
e28b0798d2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue