Can everyone try installing the new expression who is interested in
python?
To get all libraries you use
python25 = {
wrapperLibs = [ "all" ];
};
to get only some use:
# python25 = { wrapperLibs = let p = pkgs.python25New; in [ p.wxPython25
p.name p.name2 ]; };
within ~/.nixpkgs/config.nix
You can then install it by attr path : python25New.pythonWrapper
or name : python-2.5-full-wrapper
If there are no problems I'd like to remove the old code..
Comments?
Marc
_______________________________________________
nix-dev mailing list
[email protected]
https://mail.cs.uu.nl/mailman/listinfo/nix-dev