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