Help defining a trivial package.

2019-08-29 Thread Pierre-Henry F.
> As a note for the future, it would be helpful to include the error > message that you saw when things went wrong. Here, I’m assuming that > Guix said: > > guix build: error: #: not something we can build > > Running “guix build --file=X” causes Guix to build the last expression > evaluated i

Modify how to connect to network in GuixSD graphical installer

2019-08-29 Thread Meikel
Hi folks, I try to install GuixSD into a kvm-based VM. I use a graphical tool (I assume it' s virt-manager) to get started. I follow the GuixSD installation with the graphical installer. When it comes to network connectivity I get some problems. I' m able to establish internet connectivity wh

Re: Help defining a trivial package.

2019-08-29 Thread Timothy Sample
Hi Pierre, "Pierre-Henry F." writes: > So, we have, in ~bash~: > > $ lzip --decompress release_3.tar.lz > $ tar xf release_3.tar > $ cd blog/ # coming from the preceding line. > $ tree > . > ├── bin > │ └── program > └── src > └── hello_world.py > > $ cat src/hello_worl