Author: simons
Date: Thu Jul 14 19:35:24 2011
New Revision: 27787
URL: https://svn.nixos.org/websvn/nix/?rev=27787&sc=1
Log:
Revert my earlier commit that added libxml2 to pythonFull.
After some discussion on #nixos, the consensus is that expressions should not
provide functionality that is not part of the package itself, i.e. pythonFull
ought to include only those extensions that are part of the python
distribution.
Modified:
nixpkgs/trunk/pkgs/top-level/all-packages.nix
Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/all-packages.nix Thu Jul 14 19:21:37
2011 (r27786)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix Thu Jul 14 19:35:24
2011 (r27787)
@@ -2452,7 +2452,7 @@
};
pythonFull = callPackage ../development/interpreters/python/wrapper.nix {
- extraLibs = lib.attrValues python.modules ++ [libxml2Python];
+ extraLibs = lib.attrValues python.modules;
};
pyrex = pyrex095;
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits