Merge master into x-updates (to fix qt5 build)

This commit is contained in:
Vladimír Čunát 2014-01-28 11:40:08 +01:00
commit dfed4ad5d4
2 changed files with 2 additions and 2 deletions

View file

@ -145,7 +145,7 @@ stdenv.mkDerivation rec {
postInstall = if buildDocs then "make docs&&make install_docs" else "";
enableParallelBuilding = true;
#enableParallelBuilding = true; # often fails on Hydra, as well as qt4
meta = {
homepage = http://qt-project.org;

View file

@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
license = "GPLv3+";
platforms = with platforms; linux ++ cygwin;
platforms = with platforms; linux ++ cygwin ++ darwin;
maintainers = with maintainers; [ pierron ];
};
}