dash: enable parallel building

This commit is contained in:
Alyssa Ross 2021-03-12 16:18:10 +00:00
parent f4ac75a56d
commit 101cc9024b
1 changed files with 2 additions and 0 deletions

View File

@ -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";