guix-devel
[Top][All Lists]
Advanced

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

Re: Should openssh be an input of Git?


From: Ludovic Courtès
Subject: Re: Should openssh be an input of Git?
Date: Tue, 22 Jan 2019 14:28:05 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hello!

Pierre Neidhardt <address@hidden> skribis:

> I've noticed that `git clone <ssh-repository-link>` fails if openssh is
> not in the user profile.
> Should we add openssh as an input to Git?

I’d say no:

--8<---------------cut here---------------start------------->8---
$ guix size git | tail -1
total: 375.1 MiB
$ guix size git openssh | tail -1
total: 408.9 MiB
--8<---------------cut here---------------end--------------->8---

The rationale is that SSH support is optional and can be dynamically
added, so it’s a case where dynamic lookups in $PATH are a good idea
IMO.

Ludo’.



reply via email to

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