Hi, Arun Isaac skribis: > This patch adds cl-lmdb. But, lmdb does not build for ecl. So, I have omitted > ecl-lmdb. Is that ok? Yes. > * gnu/packages/lisp-xyz.scm (sbcl-lmdb, cl-lmdb): New variables. > --- > gnu/packages/lisp-xyz.scm | 52 +++++++++++++++++++++++++++++++++++++++ > 1 file changed, 52 insertions(+) > > [...] > + (inputs > + (list lmdb > + sbcl-alexandria > + sbcl-bordeaux-threads > + sbcl-cl-reexport > + sbcl-mgl-pax > + sbcl-osicat > + sbcl-trivial-garbage > + sbcl-trivial-utf-8)) > [...] The sbcl-trivial-features package should be added to the inputs, as it is listed in the asd file. Otherwise, LGTM, you can push the patch.