bf6855be79
Similar to the openssh package, I am introducing a new package, libsshWithGssapi, which enables the gssapi flag
4 lines
52 B
Nix
4 lines
52 B
Nix
{ libssh }:
|
|
|
|
libssh.override { withGssapi = true; }
|