mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
ocamlPackages.inotify: fix tests with Lwt ≥ 5
This commit is contained in:
parent
0270bea441
commit
a028138adf
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ stdenv.mkDerivation rec {
|
|||
configureFlags = [ "--enable-lwt"
|
||||
(stdenv.lib.optionalString doCheck "--enable-tests") ];
|
||||
|
||||
postConfigure = stdenv.lib.optionalString doCheck ''
|
||||
echo '<lib_test/test_inotify_lwt.*>: pkg_threads' | tee -a _tags
|
||||
'';
|
||||
|
||||
doCheck = true;
|
||||
checkTarget = "test";
|
||||
|
||||
|
|
Loading…
Reference in a new issue