softether: move package in SERVERS section, fixes #11576
This commit is contained in:
parent
f8c3130e0f
commit
9d9cb9f087
1 changed files with 3 additions and 3 deletions
|
@ -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; };
|
||||
|
|
Loading…
Reference in a new issue