1 { lib, stdenv, fetchFromGitHub
2 , autoreconfHook, pkg-config
3 , libqb, libxml2, libnl, lksctp-tools
4 , nss, openssl, bzip2, lzo, lz4, xz, zlib, zstd
8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
16 sha256 = "sha256-+uQXV5tOLsBPFzfFHqwV1Oz4+KwZMkdjO8zfIljV+ro=";
19 nativeBuildInputs = [ autoreconfHook pkg-config doxygen ];
22 libqb libxml2 libnl lksctp-tools
24 bzip2 lzo lz4 xz zlib zstd
28 description = "VPN on steroids";
29 homepage = "https://kronosnet.org/";
30 license = with licenses; [ lgpl21Plus gpl2Plus ];
31 maintainers = with maintainers; [ ryantm ];