~ruther/guix-local

33e64b4509d595eb324790c9a7e134de10d2f491 — Vivien Kraus 2 years ago 5b236fb
gnu: ocaml: Allow not to build the native compiler.

Build "defaultentry", not "world.opt", so that the build system decides
whether to build the native compiler or just the bytecode compiler.
The native compiler is not available for 32-bit architectures.

* gnu/packages/ocaml.scm (ocaml-5.0)[arguments]: Change make-flags.

Signed-off-by: Andreas Enge <andreas@enge.fr>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/ocaml.scm
M gnu/packages/ocaml.scm => gnu/packages/ocaml.scm +1 -1
@@ 219,7 219,7 @@ This package produces a native @command{ocamlc} and a bytecode @command{ocamllex
    (arguments
     `(#:configure-flags '("--enable-ocamltest")
       #:test-target "tests"
       #:make-flags '("world.opt")
       #:make-flags '("defaultentry")
       #:phases
       (modify-phases %standard-phases
         (add-after 'unpack 'patch-/bin/sh-references