{ lib , stdenv , scons , clang-tools , version , forstio }: stdenv.mkDerivation { pname = "forstio-examples-json"; inherit version; src = ./..; enableParallelBuilding = true; nativeBuildInputs = [ scons clang-tools ]; buildInputs = [ forstio.core forstio.codec forstio.codec-json ]; outputs = ["out"]; }