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/
_______________________________________________
nix-dev mailing list
[email protected]
https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Reply via email to