perlPackages.WebServiceLinode: init at 0.28
This commit is contained in:
parent
0c0519bd3b
commit
f9429cc7f8
@ -15513,4 +15513,19 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
WebServiceLinode = buildPerlModule rec {
|
||||
name = "WebService-Linode-0.28";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/M/MI/MIKEGRB/${name}.tar.gz";
|
||||
sha256 = "66a315016999c0d2043caae86e664dad10c6613708f33a2f56aae8030326c509";
|
||||
};
|
||||
buildInputs = [ ModuleBuildTiny ];
|
||||
propagatedBuildInputs = [ JSON LWP LWPProtocolhttps ];
|
||||
meta = {
|
||||
homepage = https://github.com/mikegrb/WebService-Linode;
|
||||
description = "Perl Interface to the Linode.com API";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
}; in self
|
||||
|
Loading…
Reference in New Issue
Block a user