Sharlatan Hellseher skribis: > Hi Guix team, > > I would like to add some more game development wrappers in Common > Lisp, where is the best place to keep them? > > There is a gnu/packages/game-development.scm which contains few > libraries, does it make sense to occumulate them there? So far we put CL libraries in the lisp-xyz module, and CL programs in the most suitable module. Patch pushed as 4beb013c84cd44a2e6dc03a2697615c660985f4a. Thanks.