3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #100652 from zakame/zakame/contrib/perl-FutureAsyncAwait

perlPackages.FutureAsyncAwait: init at 0.44
This commit is contained in:
Stig P 2020-10-16 13:49:29 +00:00 committed by GitHub
commit d944d67751
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 39 additions and 0 deletions

View file

@ -9508,6 +9508,12 @@
githubId = 568532;
name = "Christian Zagrodnick";
};
zakame = {
email = "zakame@zakame.net";
github = "zakame";
githubId = 110625;
name = "Zak B. Elep";
};
zalakain = {
email = "ping@umazalakain.info";
github = "umazalakain";

View file

@ -8300,6 +8300,23 @@ let
};
};
FutureAsyncAwait = buildPerlModule {
pname = "Future-AsyncAwait";
version = "0.44";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PEVANS/Future-AsyncAwait-0.44.tar.gz";
sha256 = "131825164614ede6a49df4566e730c4cc22e3129796039b9360fa551701413fe";
};
buildInputs = [ TestRefcount ];
propagatedBuildInputs = [ Future XSParseSublike ];
perlPreHook = stdenv.lib.optionalString stdenv.isDarwin "export LD=$CC";
meta = {
description = "Deferred subroutine syntax for futures";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.zakame ];
};
};
GamesSolitaireVerify = buildPerlModule {
pname = "Games-Solitaire-Verify";
version = "0.2403";
@ -22881,6 +22898,22 @@ let
};
};
XSParseSublike = buildPerlModule {
pname = "XS-Parse-Sublike";
version = "0.10";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PEVANS/XS-Parse-Sublike-0.10.tar.gz";
sha256 = "99a1bdda3ffa67514adb6aa189c902fa78dca41d778a42ae7079f604a045ac43";
};
buildInputs = [ TestFatal ];
perlPreHook = stdenv.lib.optionalString stdenv.isDarwin "export LD=$CC";
meta = {
description = "XS functions to assist in parsing sub-like syntax";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.zakame ];
};
};
XXX = buildPerlPackage {
pname = "XXX";
version = "0.35";