Unverified Commit 00a44ec0 authored by Adam Stephens's avatar Adam Stephens
Browse files

perlPackages.AsyncUtil: init at 0.01

parent 226b8a9f
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -1169,6 +1169,20 @@ with self; {
    };
  };
  AsyncUtil = buildPerlPackage {
    pname = "Async-Util";
    version = "0.01";
    src = fetchurl {
      url = "mirror://cpan/authors/id/W/WH/WHITNEY/Async-Util-0.01.tar.gz";
      hash = "sha256-jzKxHKvFD2Xjh79W8mWBV6IsNah5Nmbhtfis/hMQkQY=";
    };
    buildInputs = [ AnyEvent ListMoreUtils ];
    meta = {
      description = "Utilities for doing common async operations";
      license = with lib.licenses; [ artistic1 gpl1Plus ];
    };
  };
  ArchiveCpio = buildPerlPackage {
    pname = "Archive-Cpio";
    version = "0.10";