fswatch: enableParallelBuilding
Worked fine for me at -j4.
This commit is contained in:
parent
097d6d36de
commit
1ef5ea3cc3
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ autoreconfHook ] ++ stdenv.lib.optionals stdenv.isDarwin [ CoreServices ];
|
||||
buildInputs = [ gettext libtool makeWrapper texinfo ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A cross-platform file change monitor with multiple backends";
|
||||
homepage = "https://github.com/emcrisostomo/fswatch";
|
||||
|
|
Loading…
Reference in a new issue