~ruther/guix-local

dd54d3d5dafefc5845cec118538d1e07469ca8b3 — Ricardo Wurmus 8 years ago d39238c
gnu: po4a: Work around "dotless @INC" build issues.

* gnu/packages/gettext.scm (po4a)[arguments]: Add build phase
"set-search-path".
1 files changed, 7 insertions(+), 0 deletions(-)

M gnu/packages/gettext.scm
M gnu/packages/gettext.scm => gnu/packages/gettext.scm +7 -0
@@ 144,6 144,13 @@ translated messages from the catalogs.  Nearly all GNU packages use Gettext.")
    (arguments
     `(#:phases
       (modify-phases %standard-phases
         (add-before 'configure 'set-search-path
           (lambda _
             ;; Work around "dotless @INC" build failure.
             (setenv "PERL5LIB"
                     (string-append (getcwd) ":"
                                    (getenv "PERL5LIB")))
             #t))
         ;; FIXME: One test fails as we don't have SGMLS.pm
         (add-before 'check 'disable-sgml-test
          (lambda _