{ stdenv , scons , forstio }: stdenv.mkDerivation { pname = "kel_cell_renderer"; version = "0.0.0"; nativeBuildInputs = [ scons ]; buildInputs = [ forstio.core forstio.codec forstio.codec-json forstio.remote forstio.remote-filesystem ]; src = ./..; }