guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cleaning up the /bin for guix.


From: Ricardo Wurmus
Subject: Re: Cleaning up the /bin for guix.
Date: Tue, 24 Apr 2018 17:12:26 +0200
User-agent: mu4e 1.0; emacs 25.3.1

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 spawning coreutils.

But the question here is: why does guile-ssh install these files to bin?
Should this be changed in the build system instead of patching this
downstream?

--
Ricardo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]