16 stdenv.mkDerivation rec {
20 src = fetchFromGitHub {
24 sha256 = "0qni32j7d3za9f87m68wq8zgalvfxdrx1zxi6l4x7vvmpcw5nhpq";
40 ] ++ lib.optionals (stdenv.hostPlatform.isLinux) [
44 # some options are only available on x86
45 mesonFlags = lib.optionals (!stdenv.hostPlatform.isx86) [
46 "-Dcipher_salsa20_xmm=disabled"
47 "-Dcipher_salsa2012_xmm=disabled"
48 "-Dmac_ghash_pclmulqdq=disabled"
52 description = "Fast and Secure Tunneling Daemon";
53 homepage = "https://projects.universe-factory.net/projects/fastd/wiki";
54 license = with licenses; [ bsd2 bsd3 ];
55 platforms = platforms.linux;
56 maintainers = with maintainers; [ fpletz ];
57 mainProgram = "fastd";