Merge master into x-updates (to fix qt5 build)
This commit is contained in:
commit
dfed4ad5d4
@ -145,7 +145,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
postInstall = if buildDocs then "make docs&&make install_docs" else "";
|
postInstall = if buildDocs then "make docs&&make install_docs" else "";
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
#enableParallelBuilding = true; # often fails on Hydra, as well as qt4
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://qt-project.org;
|
homepage = http://qt-project.org;
|
||||||
|
@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
license = "GPLv3+";
|
license = "GPLv3+";
|
||||||
|
|
||||||
platforms = with platforms; linux ++ cygwin;
|
platforms = with platforms; linux ++ cygwin ++ darwin;
|
||||||
maintainers = with maintainers; [ pierron ];
|
maintainers = with maintainers; [ pierron ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user