On Fri, 25 Nov 2016 12:41:16 +0100 Hartmut Goebel wrote: > Am 25.11.2016 um 11:33 schrieb Julien Lepiller: > > +(define-public python2-polib > > + (package > > + (inherit python-polib) > > + (name "python2-polib") > > + (arguments `(#:python ,python-2 > > + #:tests? #f)))) ; they don't exist with python2 > > Why are you not using package-with-python2 here? I think it's simpler, but here is the same patch with this syntax.