ocamlPackages.inotify: fix tests with Lwt ≥ 5
This commit is contained in:
parent
0270bea441
commit
a028138adf
|
@ -25,6 +25,10 @@ stdenv.mkDerivation rec {
|
||||||
configureFlags = [ "--enable-lwt"
|
configureFlags = [ "--enable-lwt"
|
||||||
(stdenv.lib.optionalString doCheck "--enable-tests") ];
|
(stdenv.lib.optionalString doCheck "--enable-tests") ];
|
||||||
|
|
||||||
|
postConfigure = stdenv.lib.optionalString doCheck ''
|
||||||
|
echo '<lib_test/test_inotify_lwt.*>: pkg_threads' | tee -a _tags
|
||||||
|
'';
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
checkTarget = "test";
|
checkTarget = "test";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue