6 buildPythonPackage rec {
10 src = fetchFromGitHub {
14 sha256 = "1cqq8aci38058fjh4a0xf21wac177fw576p2yjl2b8jd9rnsqbl5";
17 # Test directory contains examples, not tests.
21 homepage = "https://github.com/montag451/pytun";
22 description = "Linux TUN/TAP wrapper for Python";
23 license = licenses.mit;
24 maintainers = with maintainers; [ montag451 ];
25 platforms = platforms.linux;