1 { stdenv, lib, fetchFromGitHub, autoreconfHook }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "0zsx9d6xz5w8zvrqsm8r625gpbqqhjzvjdzc3z8yix668yg8ff8h";
14 nativeBuildInputs = [ autoreconfHook ];
17 description = "Tunnelling for application that don't speak IPv6";
18 mainProgram = "6tunnel";
19 homepage = "https://github.com/wojtekka/6tunnel";
20 changelog = "https://github.com/wojtekka/6tunnel/blob/${version}/ChangeLog";
21 license = licenses.gpl2Only;
22 maintainers = with maintainers; [ Br1ght0ne ];
23 platforms = platforms.unix;