[cpan2nix] perlPackages.NetOAuth: cleanup
This commit is contained in:
parent
7d4dab4275
commit
9cf0ae4080
@ -10757,14 +10757,14 @@ let self = _self // overrides; _self = with self; {
|
|||||||
|
|
||||||
NetLDAP = perlldap;
|
NetLDAP = perlldap;
|
||||||
|
|
||||||
NetOAuth = buildPerlPackage {
|
NetOAuth = buildPerlModule {
|
||||||
name = "Net-OAuth-0.28";
|
name = "Net-OAuth-0.28";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/K/KG/KGRENNAN/Net-OAuth-0.28.tar.gz;
|
url = mirror://cpan/authors/id/K/KG/KGRENNAN/Net-OAuth-0.28.tar.gz;
|
||||||
sha256 = "0k4h4a5048h7qgyx25ih64x0l4airx8a6d9gjq08wmxcl2fk3z3v";
|
sha256 = "0k4h4a5048h7qgyx25ih64x0l4airx8a6d9gjq08wmxcl2fk3z3v";
|
||||||
};
|
};
|
||||||
buildInputs = [ ModuleBuild TestWarn ];
|
buildInputs = [ TestWarn ];
|
||||||
propagatedBuildInputs = [ ClassAccessor ClassDataInheritable DigestHMAC DigestSHA1 LWPUserAgent URI ];
|
propagatedBuildInputs = [ ClassAccessor ClassDataInheritable DigestHMAC DigestSHA1 LWP ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "An implementation of the OAuth protocol";
|
description = "An implementation of the OAuth protocol";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user