Merge pull request #42857 from oxij/pkg/toxvpn-toxcore

toxvpn: use default libtoxcore
This commit is contained in:
Joachim F 2018-07-02 23:48:27 +00:00 committed by GitHub
commit 587bc20bb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5395,7 +5395,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 { };