mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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
1 changed files with 3 additions and 1 deletions
|
@ -2558,7 +2558,9 @@ (define-public picard
|
|||
(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 a new issue