mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Add Google::ProtocolBuffers perlPackage
This commit is contained in:
parent
51684bcbac
commit
4b10fcf1ec
1 changed files with 9 additions and 0 deletions
|
@ -1774,6 +1774,15 @@ rec {
|
|||
propagatedBuildInputs = [ ParamsValidate SubExporter ];
|
||||
};
|
||||
|
||||
GoogleProtocolBuffers = buildPerlPackage rec {
|
||||
name = "Google-ProtocolBuffers-0.08";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/G/GA/GARIEV/${name}.tar.gz";
|
||||
sha256 = "0pxfphg671wh56h59pf0zrj7m1cr0yga95hf3w54563pzcw2vqv3";
|
||||
};
|
||||
propagatedBuildInputs = [ ClassAccessor ParseRecDescent ];
|
||||
};
|
||||
|
||||
Graph = buildPerlPackage rec {
|
||||
name = "Graph-0.94";
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue