~ruther/guix-local

745c687be3fa6eeee97bd70141104156d8d8b811 — Ricardo Wurmus 9 years ago 6c5b56f
gnu: r: Fix syntax for INSTALL_OPTS.

This is a follow-up to commit 4621acfd8272fa93d0530faa5f015b26a194b587.

* gnu/packages/statistics.scm (r)[arguments]: Ensure that
"--built-timestamp" appears on the same line as the other INSTALL_OPTS.
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/statistics.scm
M gnu/packages/statistics.scm => gnu/packages/statistics.scm +3 -2
@@ 131,8 131,9 @@ be output in text, PostScript, PDF or HTML.")
         (add-after 'unpack 'build-recommended-packages-reproducibly
           (lambda _
             (substitute* "src/library/Recommended/Makefile.in"
               (("INSTALL_OPTS =.*" line)
                (string-append line " --built-timestamp=1970-01-01")))
               (("INSTALL_OPTS =(.*)" line rest )
                (string-append "INSTALL_OPTS = --built-timestamp=1970-01-01"
                               rest)))
             #t))
         (add-before 'configure 'set-default-pager
          ;; Set default pager to "cat", because otherwise it is "false",