Merge master into x-updates (to fix qt5 build)
This commit is contained in:
commit
dfed4ad5d4
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
license = "GPLv3+";
|
||||
|
||||
platforms = with platforms; linux ++ cygwin;
|
||||
platforms = with platforms; linux ++ cygwin ++ darwin;
|
||||
maintainers = with maintainers; [ pierron ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue