On Tue, Mar 29, 2016 at 10:24:08PM +0200, Danny Milosavljevic wrote: > Hi, > > I'm trying to package shedskin, a Python 2 native (to C++) compiler. > > It only supports python2 in upstream. > > If I package it the usual way (like other Python packages in Guix), > python2-shedskin works fine, however, python-shedskin won't and basically > shouldn't be there. > > How to best proceed?
In the arguments section, you will need to use '#:python ,python-2'. See the package definition of letsencrypt for an example.