mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
libinotify-kqueue: enable tests
This commit is contained in:
parent
f4c2ee0049
commit
6f35084ea7
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue