mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
perlPackages.CacheKyotoTycoon: init at 0.16
This commit is contained in:
parent
1a2415e9a9
commit
6fe78ec26a
@ -1175,6 +1175,21 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
CacheKyotoTycoon = buildPerlModule {
|
||||||
|
pname = "Cache-KyotoTycoon";
|
||||||
|
version = "0.16";
|
||||||
|
src = fetchurl {
|
||||||
|
url = "mirror://cpan/authors/id/T/TO/TOKUHIROM/Cache-KyotoTycoon-0.16.tar.gz";
|
||||||
|
sha256 = "0z4lnc3jfqx8rykm998q2jy5wkhb8p5pir80g9lqpi4lb0ilic6c";
|
||||||
|
};
|
||||||
|
propagatedBuildInputs = [ Furl URI ];
|
||||||
|
buildInputs = [ FileWhich TestTCP TestRequires TestSharedFork ];
|
||||||
|
meta = {
|
||||||
|
description = "KyotoTycoon client library";
|
||||||
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
CacheMemcached = buildPerlPackage {
|
CacheMemcached = buildPerlPackage {
|
||||||
pname = "Cache-Memcached";
|
pname = "Cache-Memcached";
|
||||||
version = "1.30";
|
version = "1.30";
|
||||||
|
Loading…
Reference in New Issue
Block a user