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
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