{ stdenv , scons , clang-tools , forstio }: stdenv.mkDerivation { pname = "kel_cpp_boilerplate"; version = "0.0.1"; nativeBuildInputs = [ clang-tools scons ]; buildInputs = [ forstio.core forstio.codec forstio.codec-json ]; src = ./..; }