include ssl with python2.6 as is the case with 2.7

Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
Florian Friesdorf 2014-08-12 12:29:21 +02:00 committed by Domen Kožar
parent bdea35d98b
commit 53490bd17e

View File

@ -30,7 +30,7 @@ let
buildInputs = buildInputs =
optional (stdenv ? gcc && stdenv.gcc.libc != null) stdenv.gcc.libc ++ optional (stdenv ? gcc && stdenv.gcc.libc != null) stdenv.gcc.libc ++
[ bzip2 ] [ bzip2 openssl ]
++ optional zlibSupport zlib; ++ optional zlibSupport zlib;
@ -178,10 +178,7 @@ let
deps = [ sqlite ]; deps = [ sqlite ];
}; };
ssl = buildInternalPythonModule { ssl = null;
moduleName = "ssl";
deps = [ openssl ];
};
tkinter = buildInternalPythonModule { tkinter = buildInternalPythonModule {
moduleName = "tkinter"; moduleName = "tkinter";