mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 02:34:53 +00:00
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; }
|