softether: move package in SERVERS section, fixes #11576

This commit is contained in:
Wei-Ming Yang 2016-01-04 14:51:08 +08:00 committed by Rok Garbas
parent f8c3130e0f
commit 9d9cb9f087

View file

@ -3134,9 +3134,6 @@ let
socat2pre = lowPrio (callPackage ../tools/networking/socat/2.x.nix { });
softether_4_18 = callPackage ../servers/softether/4.18.nix { };
softether = softether_4_18;
sourceHighlight = callPackage ../tools/text/source-highlight { };
spaceFM = callPackage ../applications/misc/spacefm { adwaita-icon-theme = gnome3.adwaita-icon-theme; };
@ -9471,6 +9468,9 @@ let
oracleXE = callPackage ../servers/sql/oracle-xe { };
softether_4_18 = callPackage ../servers/softether/4.18.nix { };
softether = softether_4_18;
qboot = callPackage ../applications/virtualization/qboot { stdenv = stdenv_32bit; };
OVMF = callPackage ../applications/virtualization/OVMF { seabios=false; openssl=null; };