Hartmut Goebel writes: > Am 29.10.2016 um 13:28 schrieb Alex Vong: >> + (uri (string-append >> + "https://pypi.python.org/packages/00/2e/" >> + "69319934a6049b368c05845eaab100ecea2213a96e59fb14416a0a6c5648/" >> + "rpython-" >> + version >> + ".tar.gz")) > > Please try to use "pypi-url" here like. > >> + (propagated-inputs >> + `(("python2-setuptools" ,python2-setuptools))) > > Please add a comment why does this have to be propagated. Thanks for catching these. I am using the template of guix-import without paying too much attention. Here is the new patch: