On Wed, 12 Feb 2020 09:23:48 -0500 Ludovic Courtès wrote
> Hi,
>
> sirgazil skribis:
>
> > I thought using the "guile-build-system" would make this straightforward,
> > but it didn't work as I expected. I was hoping to say, "Hey,
> > guile-build-system:"
> >
> > 1. "glab"
Hi,
sirgazil skribis:
> I thought using the "guile-build-system" would make this straightforward, but
> it didn't work as I expected. I was hoping to say, "Hey, guile-build-system:"
>
> 1. "glab" is the library you should build and install.
> 2. "doc" is the texinfo documentation you should bui
Hi,
I created a private Guix channel to experiment with packaging and started with
a simple Guile library whose source looks like this:
#+BEGIN_EXAMPLE
guile-lab
├── doc ← Texinfo doc
├── glab← The library
├── glab.svg
├── locale
├── packages← Has .scm files
├── README.org
├─