[Nix-dev] May I remove the old python code?

Marc Weber marco-oweber at gmx.de
Wed Jan 7 00:02:54 CET 2009


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



More information about the nix-dev mailing list