robomongo: fix build with openssl-1.0.1m

(cherry picked from commit 35c0e0a768692ffe241e874cdac6b771e5e7dcbf)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
Thomas Tuegel 2015-03-25 07:45:53 -05:00 committed by Domen Kožar
parent 62d4564de4
commit 3dc7849ab9

@ -9,7 +9,11 @@ stdenv.mkDerivation {
};
patches = [ ./robomongo.patch ];
postPatch = ''
rm ./cmake/FindOpenSSL.cmake # remove outdated bundled CMake file
'';
NIX_CFLAGS_COMPILE = "-fno-stack-protector";
buildInputs = [ cmake boost scons qt5 openssl python pcre bzip2 ];