ludo@gnu.org (Ludovic Courtès) skribis: > Christopher Allan Webber skribis: > >> Right now we have a lot of these that look very similar: >> >> (define-public python2-chardet >> (package >> (inherit (package-with-python2 >> (strip-python2-variant python-chardet))) >> (native-inputs `(("python2-setuptools" ,python2-setuptools))))) > > Right, we discussed before adding the python2-setuptools dependency > automatically as part of ‘package-with-python2’. I think this would be > a good idea, indeed. What about this: