3
0
Fork 0
forked from mirrors/nixpkgs

lsh: remove last references

This commit is contained in:
Robin Gloster 2016-01-28 01:46:45 +00:00
parent c10ca363c6
commit 8329066d5e
4 changed files with 0 additions and 4 deletions

View file

@ -358,7 +358,6 @@
./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,7 +56,6 @@ in (mapTestOn {
guile = linux;
autogen = linux;
lsh = linux;
mailutils = linux;
mcron = linux;
texmacs = linux;

View file

@ -219,7 +219,6 @@ in {
libffi.crossDrv = nativePlatforms;
libtool.crossDrv = nativePlatforms;
libunistring.crossDrv = nativePlatforms;
lsh.crossDrv = nativePlatforms;
nixUnstable.crossDrv = nativePlatforms;
openssl.crossDrv = nativePlatforms; # dependency of Nix
patch.crossDrv = nativePlatforms;

View file

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