[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#74800: guix package lacks offloading capabilities (guile-ssh@0.18)
From: |
Ludovic Courtès |
Subject: |
bug#74800: guix package lacks offloading capabilities (guile-ssh@0.18) |
Date: |
Thu, 12 Dec 2024 21:29:23 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Tomas Volf <~@wolfsden.cz> skribis:
> The check for make-session stopped working after update to 0.18.0. This
> commit adds the additional `#:config #f' to skip reading the ssh
> configuration, arguably we did not want to do that anyway.
>
> * m4/guix.m4 (GUIX_CHECK_GUILE_SSH): Add `#:config #f' to make-session call.
>
> Change-Id: Id6ea3860292159ac2e6cf2a77df5f720f66aa071
Woow, good catch. Applied, thanks!
This Guile-SSH upgrade turned out to be trickier than expected. :-)
Ludo’.