{ lib , stdenv , scons , clang-tools , version , forstio }: stdenv.mkDerivation { pname = "kelauth"; inherit version; src = ./..; enableParallelBuilding = true; nativeBuildInputs = [ scons clang-tools ]; buildInputs = [ forstio.core forstio.async forstio.codec forstio.io forstio.remote forstio.remote-fs ]; outputs = ["out" "dev"]; }