summary refs log tree commit diff
path: root/pkgs/desktops/mate/libmateweather
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2020-02-14 18:52:51 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2020-02-14 18:52:51 -0300
commitceb87a4c269e92d671bf208b6951808a1dfdb921 (patch)
tree335c4388732204ddfcbf51bc5b9acb7901f1829c /pkgs/desktops/mate/libmateweather
parentba42fef9a76dd9b7b0d3e4f56d445f1506f52002 (diff)
downloadnixpkgs-ceb87a4c269e92d671bf208b6951808a1dfdb921.tar
nixpkgs-ceb87a4c269e92d671bf208b6951808a1dfdb921.tar.gz
nixpkgs-ceb87a4c269e92d671bf208b6951808a1dfdb921.tar.bz2
nixpkgs-ceb87a4c269e92d671bf208b6951808a1dfdb921.tar.lz
nixpkgs-ceb87a4c269e92d671bf208b6951808a1dfdb921.tar.xz
nixpkgs-ceb87a4c269e92d671bf208b6951808a1dfdb921.tar.zst
nixpkgs-ceb87a4c269e92d671bf208b6951808a1dfdb921.zip
mate: enable parallel building
Diffstat (limited to 'pkgs/desktops/mate/libmateweather')
-rw-r--r--pkgs/desktops/mate/libmateweather/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/desktops/mate/libmateweather/default.nix b/pkgs/desktops/mate/libmateweather/default.nix
index cf9daf8b34c..4774339db8b 100644
--- a/pkgs/desktops/mate/libmateweather/default.nix
+++ b/pkgs/desktops/mate/libmateweather/default.nix
@@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
 
   preFixup = "rm -f $out/share/icons/mate/icon-theme.cache";
 
+  enableParallelBuilding = true;
+
   meta = with stdenv.lib; {
     description = "Library to access weather information from online services for MATE";
     homepage = "https://github.com/mate-desktop/libmateweather";