Skip to content

Commit

Permalink
sslh: install sslh-select binary
Browse files Browse the repository at this point in the history
  • Loading branch information
rnhmjoj committed Oct 29, 2023
1 parent 71ef7ea commit edb4422
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/servers/sslh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ stdenv.mkDerivation rec {

makeFlags = [ "USELIBCAP=1" "USELIBWRAP=1" ];

postInstall = ''
# install all flavours
install -p sslh-fork "$out/sbin/sslh-fork"
install -p sslh-select "$out/sbin/sslh-select"
ln -sf sslh-fork "$out/sbin/sslh"
'';

installFlags = [ "PREFIX=$(out)" ];

hardeningDisable = [ "format" ];
Expand Down

0 comments on commit edb4422

Please sign in to comment.