perlPackages.ExpectSimple: init at 0.04

This commit is contained in:
Stig Palmquist 2020-09-16 14:09:23 +02:00
parent cca3941ed7
commit e6e138dd2e
No known key found for this signature in database
GPG Key ID: DA4C335C11D70DA7

@ -7123,6 +7123,20 @@ let
};
};
ExpectSimple = buildPerlPackage {
pname = "Expect-Simple";
version = "0.04";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DJ/DJERIUS/Expect-Simple-0.04.tar.gz";
sha256 = "af83b92185e642695913ff138efe819752e80857759996deafcaab2700ad5db5";
};
propagatedBuildInputs = [ Expect ];
meta = {
description = "Wrapper around the Expect module";
license = stdenv.lib.licenses.free;
};
};
ExtUtilsCChecker = buildPerlModule {
pname = "ExtUtils-CChecker";
version = "0.10";