Hello, Kevin Chmiel <[email protected]> writes:
> I have a Nix package that has some third party python packages, and in my > builder.sh I try to easy_install those packages directly from their eggs. If you are writing a package for Nixpkgs, then ‘buildPythonPackage’ will hopefully handle all the gory details for you. See ‘pkgs/top-level/python-packages.nix’ for examples. Hope this helps, Ludo’. _______________________________________________ nix-dev mailing list [email protected] https://mail.cs.uu.nl/mailman/listinfo/nix-dev
