forked from mirrors/nixpkgs
lsh: remove last references
This commit is contained in:
parent
c10ca363c6
commit
8329066d5e
|
@ -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
|
||||
|
|
|
@ -56,7 +56,6 @@ in (mapTestOn {
|
|||
guile = linux;
|
||||
|
||||
autogen = linux;
|
||||
lsh = linux;
|
||||
mailutils = linux;
|
||||
mcron = linux;
|
||||
texmacs = linux;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue