fswatch: enableParallelBuilding

Worked fine for me at -j4.
This commit is contained in:
Alyssa Ross 2020-12-11 12:55:28 +00:00
parent 097d6d36de
commit 1ef5ea3cc3

View file

@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook ] ++ stdenv.lib.optionals stdenv.isDarwin [ CoreServices ]; nativeBuildInputs = [ autoreconfHook ] ++ stdenv.lib.optionals stdenv.isDarwin [ CoreServices ];
buildInputs = [ gettext libtool makeWrapper texinfo ]; buildInputs = [ gettext libtool makeWrapper texinfo ];
enableParallelBuilding = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A cross-platform file change monitor with multiple backends"; description = "A cross-platform file change monitor with multiple backends";
homepage = "https://github.com/emcrisostomo/fswatch"; homepage = "https://github.com/emcrisostomo/fswatch";