qt5: make qt-5.4.1 default

This commit is contained in:
Thomas Tuegel
2015-03-24 17:14:56 -05:00
parent ad49ea230a
commit 5d1f6ad57c
31 changed files with 73 additions and 75 deletions
+6 -2
View File
@@ -9,10 +9,14 @@ stdenv.mkDerivation {
};
patches = [ ./robomongo.patch ];
postPatch = ''
rm ./cmake/FindOpenSSL.cmake
'';
NIX_CFLAGS_COMPILE = "-fno-stack-protector";
buildInputs = [ cmake boost scons qt5 openssl python pcre bzip2 ];
buildInputs = [ cmake boost scons qt5.base openssl python pcre bzip2 ];
meta = {
homepage = "http://robomongo.org/";