havoc: enable parallel building
Tested at -j4.
This commit is contained in:
parent
6d70a4116d
commit
6062acb728
@ -42,6 +42,8 @@ stdenv.mkDerivation rec {
|
||||
install -D -m 644 README.md -t $out/share/doc/${pname}-${version}/
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/ii8/havoc";
|
||||
description = "A minimal terminal emulator for Wayland";
|
||||
|
Loading…
Reference in New Issue
Block a user