gnu: picard: Don't check for updates.

* gnu/packages/music.scm (picard)[arguments]: Add ‘--disable-autoupdate’
to #:configure-flags.
master
Tobias Geerinckx-Rice 2019-05-11 18:06:50 +02:00
parent 8eba82753a
commit e28b0798d2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 1 deletions

View File

@ -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