guix-devel
[Top][All Lists]
Advanced

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

Re: Current state of cargo-build-system


From: Ricardo Wurmus
Subject: Re: Current state of cargo-build-system
Date: Mon, 28 Jan 2019 09:44:52 +0100
User-agent: mu4e 1.0; emacs 26.1

Ivan Petkov <address@hidden> writes:

> However, it appears that guix still insists on building the entire package 
> even
> if we only depend on the "src" output. Is it possible to lazily build packages
> based on the type of dependency? Is this something the build system can 
> finagle,
> or is this an inherent limitation to guix?

Outputs are only generated when building the package.

If all you need is the source code, however, you can use (package-source
the-package) and use the resulting value as an input to another package.

--
Ricardo




reply via email to

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