[Nix-dev] Best way to install a bunch of old Python packages
Paul Colomiets
paul at colomiets.name
Fri Sep 26 12:17:48 CEST 2014
Hi,
On Fri, Sep 26, 2014 at 1:01 PM, Jascha Geerds <jg at ekby.de> wrote:
> Is there another alternative project to get the job done?
>
There are also:
https://github.com/proger/python2nix
https://github.com/tailhook/reqtxt2nix
But they doesn't handle dependencies either :) I use the latter (which
I'm also author of), because it doesn't execute untrusted code when
generating expressions (which also means it never fails to import
setup.py, which others often do).
The existence of many similar projects is quite unuseful for the
community. But it was easier to write my own generator of nix
expressions than to get others working. But YMMV
Sorry for not being too helpful :)
--
Paul
More information about the nix-dev
mailing list