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