Re: Cleaning up the /bin for guix.

2018-04-26 Thread Ricardo Wurmus
Hi Roel, > (invoke "mv" (string-append bin "/ssshd.scm") examples) Please don’t invoke “mv”; you can use “install-file” instead. For simple things like creating links, removing files, moving them about, renaming them, etc, it’s better to use the procedures that Guile provides instead of spawnin

Re: Cleaning up the /bin for guix.

2018-04-26 Thread Ludovic Courtès
Hi again, Roel Janssen skribis: > When installing ‘guix’ in a profile, the ‘bin’ directory of that profile > contains: > > asn1Coding -> > /gnu/store/2fg01r58vv9w41kw6drl1wnvqg7rkv9d-libtasn1-4.12/bin/asn1Coding > asn1Decoding -> > /gnu/store/2fg01r58vv9w41kw6drl1wnvqg7rkv9d-libtasn1-4.12/bin/

Re: Cleaning up the /bin for guix.

2018-04-25 Thread Roel Janssen
Ludovic Courtès writes: > Roel Janssen skribis: > >> From 9455c7b94e0010ff4038132affc7a5c796313894 Mon Sep 17 00:00:00 2001 >> From: Roel Janssen >> Date: Tue, 24 Apr 2018 12:48:32 +0200 >> Subject: [PATCH] gnu: guile-ssh: Move files from bin to examples directory. >> >> * gnu/packages/ssh.scm

Re: Cleaning up the /bin for guix.

2018-04-25 Thread Ludovic Courtès
Roel Janssen skribis: > From 9455c7b94e0010ff4038132affc7a5c796313894 Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Tue, 24 Apr 2018 12:48:32 +0200 > Subject: [PATCH] gnu: guile-ssh: Move files from bin to examples directory. > > * gnu/packages/ssh.scm (guile-ssh): Move files from bin to

Re: Cleaning up the /bin for guix.

2018-04-24 Thread Roel Janssen
Roel Janssen writes: > Dear Guix, > > When installing ‘guix’ in a profile, the ‘bin’ directory of that profile > contains: > > asn1Coding -> > /gnu/store/2fg01r58vv9w41kw6drl1wnvqg7rkv9d-libtasn1-4.12/bin/asn1Coding > asn1Decoding -> > /gnu/store/2fg01r58vv9w41kw6drl1wnvqg7rkv9d-libtasn1-4.12/

Cleaning up the /bin for guix.

2018-04-24 Thread Roel Janssen
Dear Guix, When installing ‘guix’ in a profile, the ‘bin’ directory of that profile contains: asn1Coding -> /gnu/store/2fg01r58vv9w41kw6drl1wnvqg7rkv9d-libtasn1-4.12/bin/asn1Coding asn1Decoding -> /gnu/store/2fg01r58vv9w41kw6drl1wnvqg7rkv9d-libtasn1-4.12/bin/asn1Decoding asn1Parser -> /gnu/sto