gnu: ardour: Do not contact ardour.org on start.

* gnu/packages/audio.scm (ardour)[arguments]: Add configure flag
"--no-phone-home".
master
Ricardo Wurmus 2016-09-09 07:55:00 +02:00
parent 2e3f185118
commit b5fc72ff57
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 1 deletions

View File

@ -199,7 +199,8 @@ namespace ARDOUR { const char* revision = \"5.3\" ; }"))))
(file-name (string-append name "-" version))))
(build-system waf-build-system)
(arguments
`(#:configure-flags '("--cxx11") ; required by gtkmm
`(#:configure-flags '("--cxx11" ; required by gtkmm
"--no-phone-home") ; don't contact ardour.org
#:phases
(modify-phases %standard-phases
(add-after