guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add laby.


From: Andreas Enge
Subject: Re: [PATCH] gnu: Add laby.
Date: Sat, 13 Feb 2016 09:20:32 +0100
User-agent: Mutt/1.5.24 (2015-08-30)

On Fri, Feb 12, 2016 at 09:43:47PM +0100, Jan Nieuwenhuizen wrote:
> Ah yes it is inpired by the Nix package, it is store-specific.  Ocaml
> wants its "core" libraries all in the same prefix, store won't allow
> that.

Okay.

> When I hit this, I wondered if we have a way to import/convert packages
> and or what Guix's policy is on that.

There is a "guix import nix" command; I do not think it will go so far as
to also take care of patches, but it will create a template for a scheme
object from nixpkgs.

"git am" complained about whitespace issues with tabs, but I suppose these
are okay in make files :-)

> +    (inputs
> +     `(("camlp4" ,camlp4)
> +       ("m4" ,m4)
> +       ("ocaml" ,ocaml)))

I think all of these should be native-inputs; the first two are not referenced
in the result ("guix gc --references /gnu/store/..."), and ocaml is definitely
needed during compile time. I moved them and pushed the patch.

Thank you very much for your patience!

Andreas




reply via email to

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