From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: bug#27593: [PATCH] gnu: groff: Make build reproducible. Date: Mon, 10 Jul 2017 18:37:04 +0200 Message-ID: <20170710163704.25613-1-dannym@scratchpost.org> References: <20170706025451.312ddebe@scratchpost.org> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUbhF-0006jM-FG for bug-guix@gnu.org; Mon, 10 Jul 2017 12:38:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dUbhC-0006AP-Au for bug-guix@gnu.org; Mon, 10 Jul 2017 12:38:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58411) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dUbhC-0006AB-7W for bug-guix@gnu.org; Mon, 10 Jul 2017 12:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dUbhC-0004Xa-1K for bug-guix@gnu.org; Mon, 10 Jul 2017 12:38:02 -0400 In-Reply-To: <20170706025451.312ddebe@scratchpost.org> Sender: "Debbugs-submit" Resent-Message-ID: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 27593@debbugs.gnu.org * gnu/packages/groff.scm (groff)[arguments]: Add phase "setenv". --- gnu/packages/groff.scm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gnu/packages/groff.scm b/gnu/packages/groff.scm index 67dd1dbfa..6e1a60e9b 100644 --- a/gnu/packages/groff.scm +++ b/gnu/packages/groff.scm @@ -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