From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dmZYH-0001WC-DL for guix-patches@gnu.org; Tue, 29 Aug 2017 01:59:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dmZYE-0000cF-A5 for guix-patches@gnu.org; Tue, 29 Aug 2017 01:59:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51279) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dmZYE-0000cA-5y for guix-patches@gnu.org; Tue, 29 Aug 2017 01:59:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dmZYD-0001Vy-QV for guix-patches@gnu.org; Tue, 29 Aug 2017 01:59:01 -0400 Subject: [bug#28271] [PATCH core-updates] gnu: groff: Make build reproducible. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dmZXv-0001Vt-Px for guix-patches@gnu.org; Tue, 29 Aug 2017 01:58:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dmZXs-0000ZK-La for guix-patches@gnu.org; Tue, 29 Aug 2017 01:58:43 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:39146) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dmZXs-0000Z9-Et for guix-patches@gnu.org; Tue, 29 Aug 2017 01:58:40 -0400 From: Danny Milosavljevic Date: Tue, 29 Aug 2017 07:58:36 +0200 Message-Id: <20170829055836.27037-1-dannym@scratchpost.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 28271@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