libreoffice: set big-parallel hydra feature to build it quicker
For example http://hydra.nixos.org/build/39781012 took 6h (cherry picked from commit a29f6a5e8e1c2d6ec4adc78143c5479121d550bc) Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
ee501fd49a
commit
33229f0d87
|
@ -268,5 +268,6 @@ in stdenv.mkDerivation rec {
|
|||
maintainers = with maintainers; [ viric raskin ];
|
||||
platforms = platforms.linux;
|
||||
hydraPlatforms = [];
|
||||
requiredSystemFeatures = [ "big-parallel" ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -271,5 +271,6 @@ in stdenv.mkDerivation rec {
|
|||
license = licenses.lgpl3;
|
||||
maintainers = with maintainers; [ viric raskin ];
|
||||
platforms = platforms.linux;
|
||||
requiredSystemFeatures = [ "big-parallel" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue