perlPackages.IOAsync: cleanups

This commit is contained in:
Stig Palmquist 2023-10-16 22:45:54 +02:00
parent 7d6eeae654
commit c485c23d03

View File

@ -12372,7 +12372,7 @@ with self; {
};
preCheck = "rm t/50resolver.t"; # this test fails with "Temporary failure in name resolution" in sandbox
propagatedBuildInputs = [ Future StructDumb ];
buildInputs = [ FutureIO TestFatal TestIdentity TestMetricsAny TestRefcount ];
buildInputs = [ TestFatal TestFutureIOImpl TestIdentity TestMetricsAny TestRefcount ];
meta = {
description = "Asynchronous event-driven programming";
license = with lib.licenses; [ artistic1 gpl1Plus ];