gnu: ardour: Do not contact ardour.org on start.
* gnu/packages/audio.scm (ardour)[arguments]: Add configure flag "--no-phone-home".master
parent
2e3f185118
commit
b5fc72ff57
|
@ -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
|
||||
|
|
Reference in New Issue