forked from mirrors/nixpkgs
17 lines
580 B
Nix
17 lines
580 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, protocolBuffers }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "protocol-buffers-descriptor";
|
|
version = "2.0.17";
|
|
sha256 = "0jl041645d83iqqiw891d2k760jql6djvi2mmjh9lnmp48lwjy3p";
|
|
buildDepends = [ protocolBuffers ];
|
|
meta = {
|
|
homepage = "http://code.haskell.org/protocol-buffers/";
|
|
description = "Text.DescriptorProto.Options and code generated from the Google Protocol Buffer specification";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|