mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
robomongo: fix build with openssl-1.0.1m
(cherry picked from commit 35c0e0a768
)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
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 ];
|
||||
|
|
Loading…
Reference in a new issue