* Apply r32435 from the trunk (always build Python with SSL support).
Remove .ssl references from some packages missed in that commit. svn path=/nixpkgs/branches/stdenv-updates/; revision=32469
This commit is contained in:
@@ -10,8 +10,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ pythonPackages.python pythonPackages.wrapPython ];
|
||||
|
||||
pythonPath = [ pythonPackages.ssl ];
|
||||
|
||||
installPhase =
|
||||
''
|
||||
python setup.py install --prefix=$out
|
||||
|
||||
Reference in New Issue
Block a user