[Nix-dev] Re: [Nix-commits] SVN commit: nix - 14111 - MarcWeber - nixpkgs/trunk/pkgs/development/interpreters/python-new/2.5

Eelco Dolstra e.dolstra at tudelft.nl
Wed Feb 18 13:10:45 CET 2009


Hi,

Marc Weber wrote:

> Log:
> added pexpect and mechanize python libraries
> 
> Changes:
> 
> Modified: nixpkgs/trunk/pkgs/development/interpreters/python-new/2.5/default.nix
> ===================================================================
> --- nixpkgs/trunk/pkgs/development/interpreters/python-new/2.5/default.nix	2009-02-18 11:50:39 UTC (rev 14110)
> +++ nixpkgs/trunk/pkgs/development/interpreters/python-new/2.5/default.nix	2009-02-18 11:50:46 UTC (rev 14111)
> @@ -470,6 +470,34 @@
>      };
>    };
>  
> +  mechanize = t.pythonLibSetup.passthru.fun {
> +    name = "mechanize-0.1.11";
> +    buildInputs = [ t.setuptools ];
...

Why not just call "t.pythonLibSetup.passthru.fun" something like
"buildPythonPackage" or some such?

-- 
Eelco Dolstra | http://www.st.ewi.tudelft.nl/~dolstra/



More information about the nix-dev mailing list