perl-URI-ws: init at 0.03
This commit is contained in:
parent
552be5a917
commit
82827bb41f
@ -13625,6 +13625,21 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
URIws = buildPerlPackage rec {
|
||||||
|
name = "URI-ws-0.03";
|
||||||
|
src = fetchurl {
|
||||||
|
url = "mirror://cpan/authors/id/P/PL/PLICEASE/${name}.tar.gz";
|
||||||
|
sha256 = "6e6b0e4172acb6a53c222639c000608c2dd61d50848647482ac8600d50e541ef";
|
||||||
|
};
|
||||||
|
buildInputs = [ URI ];
|
||||||
|
propagatedBuildInputs = [ URI ];
|
||||||
|
meta = {
|
||||||
|
homepage = http://perl.wdlabs.com/URI-ws/;
|
||||||
|
description = "WebSocket support for URI package";
|
||||||
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
VariableMagic = buildPerlPackage rec {
|
VariableMagic = buildPerlPackage rec {
|
||||||
name = "Variable-Magic-0.58";
|
name = "Variable-Magic-0.58";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user