Files
José Luis Lafuente bf6855be79 libssh: Add optional support for gssapi
Similar to the openssh package, I am introducing a new package,
libsshWithGssapi, which enables the gssapi flag
2026-06-09 18:55:37 +02:00

4 lines
52 B
Nix

{ libssh }:
libssh.override { withGssapi = true; }