summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/shells/dash/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/shells/dash/default.nix b/pkgs/shells/dash/default.nix
index fedd22c0b4e..f044c41b73d 100644
--- a/pkgs/shells/dash/default.nix
+++ b/pkgs/shells/dash/default.nix
@@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
 
   configureFlags = [ "--with-libedit" ];
 
+  enableParallelBuilding = true;
+
   meta = with lib; {
     homepage = "http://gondor.apana.org.au/~herbert/dash/";
     description = "A POSIX-compliant implementation of /bin/sh that aims to be as small as possible";