Hi, On Wed, Oct 8, 2014 at 5:04 PM, Andreas Herrmann <[email protected]> wrote: > How do I tell Nix to fix `PYTHONPATH` accordingly when this package is > loaded, and also to wrap python accordingly?
I think you have to use things like wrapProgram "$out/bin/yourprogram" --prefix PYTHONPATH : ... and propagatedBuildInputs Look at the existing derivations. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
