dash: enable parallel building

wip/yesman
Alyssa Ross 3 years ago
parent f4ac75a56d
commit 101cc9024b
  1. 2
      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";

Loading…
Cancel
Save