diff --git a/pkgs/development/libraries/libinotify-kqueue/default.nix b/pkgs/development/libraries/libinotify-kqueue/default.nix index 395b7c9f8566..6fc507daf641 100644 --- a/pkgs/development/libraries/libinotify-kqueue/default.nix +++ b/pkgs/development/libraries/libinotify-kqueue/default.nix @@ -11,6 +11,9 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ autoreconfHook ]; + doCheck = true; + checkFlags = [ "test" ]; + meta = with stdenv.lib; { description = "Inotify shim for macOS and BSD"; homepage = https://github.com/libinotify-kqueue/libinotify-kqueue;