qt5: make qt-5.4.1 default
This commit is contained in:
@@ -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/";
|
||||
|
||||
Reference in New Issue
Block a user