14 stdenv.mkDerivation rec {
18 src = fetchFromGitHub {
21 rev = "ndn-tools-${version}";
22 sha256 = "sha256-rzGd+8SkztrkXRXcEcQm6rOtAGnF7h/Jg8jaBb7FP9w=";
37 "--boost-includes=${boost.dev}/include"
38 "--boost-libs=${boost.out}/lib"
42 doCheck = false; # some tests fail because of the sandbox environment
50 homepage = "https://named-data.net/";
51 description = "Named Data Networking (NDN) Essential Tools";
52 license = licenses.gpl3Plus;
53 platforms = platforms.unix;
54 maintainers = with maintainers; [ bertof ];