summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/protocol-buffers-descriptor/default.nix
blob: e7df6ac2075ebfce106421ca01e8be3d45864f98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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;
  };
})