libreoffice: set big-parallel hydra feature to build it quicker

For example http://hydra.nixos.org/build/39781012 took 6h
This commit is contained in:
Domen Kožar 2016-09-05 12:48:21 +02:00
parent dbde90db82
commit a29f6a5e8e
2 changed files with 2 additions and 0 deletions

View File

@ -268,5 +268,6 @@ in stdenv.mkDerivation rec {
maintainers = with maintainers; [ viric raskin ];
platforms = platforms.linux;
hydraPlatforms = [];
requiredSystemFeatures = [ "big-parallel" ];
};
}

View File

@ -271,5 +271,6 @@ in stdenv.mkDerivation rec {
license = licenses.lgpl3;
maintainers = with maintainers; [ viric raskin ];
platforms = platforms.linux;
requiredSystemFeatures = [ "big-parallel" ];
};
}