Revert "lsh: remove last references"

This reverts commit 8329066d5e.
This commit is contained in:
Robin Gloster 2016-08-23 15:31:33 +00:00
parent 07604ad631
commit 3a18f06eab
3 changed files with 3 additions and 0 deletions

View file

@ -402,6 +402,7 @@
./services/networking/softether.nix
./services/networking/spiped.nix
./services/networking/sslh.nix
./services/networking/ssh/lshd.nix
./services/networking/ssh/sshd.nix
./services/networking/strongswan.nix
./services/networking/supplicant.nix

View file

@ -56,6 +56,7 @@ in (mapTestOn {
guile = linux;
autogen = linux;
lsh = linux;
mailutils = linux;
mcron = linux;
texmacs = linux;

View file

@ -88,6 +88,7 @@ with import ./release-lib.nix { inherit supportedSystems; };
libxml2 = all;
libxslt = all;
lout = linux;
lsh = linux;
lsof = linux;
ltrace = linux;
lvm2 = linux;