forked from mirrors/nixpkgs
dash: enable parallel building
This commit is contained in:
parent
f4ac75a56d
commit
101cc9024b
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue