guix-devel
[Top][All Lists]
Advanced

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

Re: Building many packages in order


From: Roel Janssen
Subject: Re: Building many packages in order
Date: Fri, 21 Oct 2016 13:18:29 +0200
User-agent: mu4e 0.9.17; emacs 25.1.1

Hartmut Goebel writes:

> Hi,
>
> testing the new python build system I’m seeking for some way to build
> *many* packages in order.
>
> Of course I can just run `guix build` with the list of packages to be
> build. But when building all python packages, the list gets rather long
> and does not fit into one call of `guix build` (due to the number of
> arguments xargs passes to the command is restricted). Thus only
> partitions of the packages are build in order.
>  
> So I need some way for passing *all* packages to be build to `guix build`.
>
> Any hints?

You could create a meta-package (just a package recipe) that has all
python packages as inputs.

The @code{gnome} package is an example of such a meta-package.

Kind regards,
Roel Janssen



reply via email to

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