Re: Building "special" binary bundles (i.e. not using guix pack)

2019-11-04 Thread Thompson, David
On Mon, Nov 4, 2019 at 9:53 AM Thompson, David wrote: > > Sure, I could just grab a bunch of pre-built stuff from Debian's > repositories and stuff it in a tarball, but I want to use Guix in > order to have a reproducible toolchain and because this bundle will > include several Guile libraries tha

Building "special" binary bundles (i.e. not using guix pack)

2019-11-04 Thread Thompson, David
Hello all, First, context and parameters: I have a project for which I'd like to release pre-built binaries that will "just work" on major FHS-based distributions such as Ubuntu and Fedora. As far as native executables go, this bundle requires Guile and roughly a dozen C shared libraries. The g