Re: Combine outputs from several packages to a shared location

2024-11-02 Thread Steve George
Hi Simen, I'm aware of a union build in Guix, but unfortunately have never used it: https://git.savannah.gnu.org/cgit/guix.git/tree/guix/build/union.scm I recalled it because of this blog post which talks about union packages: https://trivialfis.github.io/linux/2018/06/10/Using-guix-for-develop

Combine outputs from several packages to a shared location

2024-10-26 Thread Simen Endsjø
Hi, I'm trying to package some software where I combine various packages into a single location. I'll try to explain... I have a package P. This package contains a binary, B, some libraries S, and some libraries R. These are usually packages together, in which case things just work, but I need t