~ruther/guix-local

e9e6d40b2292c4a3fbc86bee6a7146eaba59c075 — Danny Milosavljevic 8 years ago bed1969
gnu: groff: Make build reproducible.

* gnu/packages/groff.scm (groff)[arguments]: Add phase "setenv".
1 files changed, 8 insertions(+), 1 deletions(-)

M gnu/packages/groff.scm
M gnu/packages/groff.scm => gnu/packages/groff.scm +8 -1
@@ 56,7 56,14 @@
                    ("perl" ,perl)
                    ("psutils" ,psutils)
                    ("texinfo" ,texinfo)))
   (arguments '(#:parallel-build? #f))  ; parallel build fails
   (arguments
    `(#:parallel-build? #f   ; parallel build fails
      #:phases
      (modify-phases %standard-phases
        (add-after 'unpack 'setenv
          (lambda _
            (setenv "GS_GENERATE_UUIDS" "0")
            #t)))))
   (synopsis "Typesetting from plain text mixed with formatting commands")
   (description
    "Groff is a typesetting package that reads plain text and produces