forked from mirrors/nixpkgs
toxvpn: use default libtoxcore
As it works fine with it.
This commit is contained in:
parent
dd608f80db
commit
df17074db7
|
@ -5410,7 +5410,7 @@ with pkgs;
|
|||
|
||||
torsocks = callPackage ../tools/security/tor/torsocks.nix { };
|
||||
|
||||
toxvpn = callPackage ../tools/networking/toxvpn { libtoxcore = libtoxcore_0_1; };
|
||||
toxvpn = callPackage ../tools/networking/toxvpn { };
|
||||
|
||||
tpmmanager = callPackage ../applications/misc/tpmmanager { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue