Merge branch 'master' into staging

This commit is contained in:
William A. Kennington III
2015-03-26 14:44:05 -07:00
144 changed files with 6971 additions and 1358 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
patches = [ ./robomongo.patch ];
postPatch = ''
rm ./cmake/FindOpenSSL.cmake
rm ./cmake/FindOpenSSL.cmake # remove outdated bundled CMake file
'';
NIX_CFLAGS_COMPILE = "-fno-stack-protector";