[Nix-dev] Re: [Nix-commits] SVN commit: nix - r27773 - nixpkgs/trunk/pkgs/top-level

Eelco Dolstra e.dolstra at tudelft.nl
Thu Jul 14 18:03:19 CEST 2011


Hi,

On 07/14/2011 01:13 PM, Peter Simons wrote:

>     pythonFull = callPackage ../development/interpreters/python/wrapper.nix {
> -    extraLibs = lib.attrValues python.modules;
> +    extraLibs = lib.attrValues python.modules ++ [libxml2Python];

Why this?  Libxml2 is not a part of Python, so it shouldn't be in 
pythonFull either.

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



More information about the nix-dev mailing list