summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2016-09-05 12:48:21 +0200
committerDomen Kožar <domen@dev.si>2016-09-05 12:50:02 +0200
commit33229f0d876bfce08ae5b0a34dd014b7e406077e (patch)
treeca904cf8ed0ee10ac5da0121cf3ed8a2b563bbf8 /pkgs/applications/office
parentee501fd49aabc179e1ccbe08f625f49ab2066173 (diff)
downloadnixlib-33229f0d876bfce08ae5b0a34dd014b7e406077e.tar
nixlib-33229f0d876bfce08ae5b0a34dd014b7e406077e.tar.gz
nixlib-33229f0d876bfce08ae5b0a34dd014b7e406077e.tar.bz2
nixlib-33229f0d876bfce08ae5b0a34dd014b7e406077e.tar.lz
nixlib-33229f0d876bfce08ae5b0a34dd014b7e406077e.tar.xz
nixlib-33229f0d876bfce08ae5b0a34dd014b7e406077e.tar.zst
nixlib-33229f0d876bfce08ae5b0a34dd014b7e406077e.zip
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>
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/libreoffice/default.nix1
-rw-r--r--pkgs/applications/office/libreoffice/still.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/office/libreoffice/default.nix b/pkgs/applications/office/libreoffice/default.nix
index 40983c918acd..caf500d2b97c 100644
--- a/pkgs/applications/office/libreoffice/default.nix
+++ b/pkgs/applications/office/libreoffice/default.nix
@@ -268,5 +268,6 @@ in stdenv.mkDerivation rec {
     maintainers = with maintainers; [ viric raskin ];
     platforms = platforms.linux;
     hydraPlatforms = [];
+    requiredSystemFeatures = [ "big-parallel" ];
   };
 }
diff --git a/pkgs/applications/office/libreoffice/still.nix b/pkgs/applications/office/libreoffice/still.nix
index d873ca0a02f0..681870ac4caa 100644
--- a/pkgs/applications/office/libreoffice/still.nix
+++ b/pkgs/applications/office/libreoffice/still.nix
@@ -271,5 +271,6 @@ in stdenv.mkDerivation rec {
     license = licenses.lgpl3;
     maintainers = with maintainers; [ viric raskin ];
     platforms = platforms.linux;
+    requiredSystemFeatures = [ "big-parallel" ];
   };
 }