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 homepage = "https://github.com/wojtekka/6tunnel";
19 license = licenses.gpl2;
20 maintainers = with maintainers; [ Br1ght0ne ];
21 platforms = platforms.unix;