mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 04:13:12 +00:00
perlPackages.IOAsync: cleanups
This commit is contained in:
parent
7d6eeae654
commit
c485c23d03
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user