guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#28925] [PATCH 1/7] gnu: camlp5: install META file.


From: Ludovic Courtès
Subject: [bug#28925] [PATCH 1/7] gnu: camlp5: install META file.
Date: Mon, 23 Oct 2017 21:50:23 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

address@hidden skribis:

> From: Julien Lepiller <address@hidden>
>
> * gnu/packages/ocaml.scm (camlp5) [phases]: New install-meta phase.
> ---
>  gnu/packages/ocaml.scm | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
> index aa2f00667..40d42a5d4 100644
> --- a/gnu/packages/ocaml.scm
> +++ b/gnu/packages/ocaml.scm
> @@ -401,7 +401,12 @@ syntax of OCaml.")
>                    (lambda _
>                      (zero? (system* "make" "-j" (number->string
>                                                   (parallel-job-count))
> -                                    "world.opt")))))))
> +                                    "world.opt"))))
> +         ;; Required for findlib to find camlp5's libraries
> +         (add-after 'install 'install-meta
> +           (lambda* (#:key outputs #:allow-other-keys)
> +             (install-file "etc/META" (string-append (assoc-ref outputs 
> "out")
> +                                                     
> "/lib/ocaml/camlp5/")))))))

Return #t, but otherwise LGTM!

Ludo'.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]