~ruther/guix-local

ed9bc58938d0a28888701860c049fb02073f4c93 — Denys Nykula 2 years ago e685810
gnu: ardour: Build locales.

The TRANSLATORS file in the Ardour source says the i18n waf phase
is optional between the build and install phases.

* gnu/packages/audio.scm (ardour)[#:phases] Add build-i18n.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/audio.scm
M gnu/packages/audio.scm => gnu/packages/audio.scm +3 -0
@@ 779,6 779,9 @@ namespace ARDOUR { const char* revision = \"" version "\" ; const char* date = \
                                 libdir "/panners" ":"
                                 libdir "/surfaces" ":"
                                 libdir "/vamp" "\"]"))))))
         (add-after 'build 'build-i18n
           (lambda _
             (invoke "python" "waf" "i18n")))
         (add-after 'install 'install-freedesktop-files
           (lambda* (#:key outputs #:allow-other-keys)
             (let* ((out   (assoc-ref outputs "out"))