all-packages: Fix typo in "pythonpackages".

Regression introduced by 515a13b1f5.

All lower-case won't evaluate very well.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig
2015-12-11 13:43:29 +01:00
parent 6fd501157e
commit 873096ab7a

View File

@@ -9053,7 +9053,7 @@ let
pysideTools = pythonPackages.pysideTools;
pysideShiboken = pythonpackages.pysideShiboken;
pysideShiboken = pythonPackages.pysideShiboken;
pyxml = callPackage ../development/python-modules/pyxml { };