gnu: ardour: Do not contact ardour.org on start.
* gnu/packages/audio.scm (ardour)[arguments]: Add configure flag "--no-phone-home".
This commit is contained in:
parent
2e3f185118
commit
b5fc72ff57
|
@ -199,7 +199,8 @@ namespace ARDOUR { const char* revision = \"5.3\" ; }"))))
|
||||||
(file-name (string-append name "-" version))))
|
(file-name (string-append name "-" version))))
|
||||||
(build-system waf-build-system)
|
(build-system waf-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--cxx11") ; required by gtkmm
|
`(#:configure-flags '("--cxx11" ; required by gtkmm
|
||||||
|
"--no-phone-home") ; don't contact ardour.org
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after
|
(add-after
|
||||||
|
|
Loading…
Reference in New Issue