From 101cc9024b05f1ed80c7111da86825ff72ae4fa3 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Fri, 12 Mar 2021 16:18:10 +0000 Subject: [PATCH] dash: enable parallel building --- pkgs/shells/dash/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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";