From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36103) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gCsoV-0005vO-2h for guix-patches@gnu.org; Wed, 17 Oct 2018 16:53:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gCsoT-0006vr-Sn for guix-patches@gnu.org; Wed, 17 Oct 2018 16:53:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51605) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gCsoT-0006vU-NQ for guix-patches@gnu.org; Wed, 17 Oct 2018 16:53:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gCsoT-0007OR-Lg for guix-patches@gnu.org; Wed, 17 Oct 2018 16:53:05 -0400 Subject: [bug#33079] [PATCH 21/34] gnu: Fix ocaml-frontc. Resent-Message-ID: From: Julien Lepiller Date: Wed, 17 Oct 2018 22:34:29 +0200 Message-Id: <20181017203442.7075-21-julien@lepiller.eu> In-Reply-To: <20181017203442.7075-1-julien@lepiller.eu> References: <20181017223130.775b25fc@lepiller.eu> <20181017203442.7075-1-julien@lepiller.eu> 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: 33079@debbugs.gnu.org * gnu/packages/ocaml.scm (ocaml-frontc)[arguments]: Use ocmal-4.02. --- gnu/packages/ocaml.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index b0823be82..795cd2240 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -1272,7 +1272,9 @@ for speed and space economy.") "16dz153s92dgbw1rrfwbhscy73did87kfmjwyh3qpvs748h1sc4g")))) (build-system ocaml-build-system) (arguments - `(#:phases + `(#:ocaml ,ocaml-4.02 + #:findlib ,ocaml4.02-findlib + #:phases (modify-phases %standard-phases (delete 'configure) (add-after 'install 'install-meta -- 2.18.0