mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
perl-Cookie-Baker: init at 0.06
This commit is contained in:
parent
a01b6a0d07
commit
76b6c5fbc7
@ -2274,6 +2274,21 @@ let self = _self // overrides; _self = with self; {
|
||||
buildInputs = [ TestException Testuseok ];
|
||||
};
|
||||
|
||||
CookieBaker = buildPerlModule rec {
|
||||
name = "Cookie-Baker-0.06";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/K/KA/KAZEBURO/${name}.tar.gz";
|
||||
sha256 = "4b1fb173d6977af902fa018242a0b28099e5612a2fa43e0160380781f5d76ea0";
|
||||
};
|
||||
buildInputs = [ ModuleBuild TestTime ];
|
||||
propagatedBuildInputs = [ URI ];
|
||||
meta = {
|
||||
homepage = https://github.com/kazeburo/Cookie-Baker;
|
||||
description = "Cookie string generator / parser";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
CookieXS = buildPerlPackage rec {
|
||||
name = "Cookie-XS-0.11";
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user