summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/protocol-buffers-descriptor/default.nix
blob: 3b030735bbb2e99e17170984ced1c14cd9d20b09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, protocolBuffers }:

cabal.mkDerivation (self: {
  pname = "protocol-buffers-descriptor";
  version = "2.0.14";
  sha256 = "0xbpmm9a4fg42c9zbarawqdl4klfjjc233ilbsibb7asa3v7zmj3";
  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;
    hydraPlatforms = self.stdenv.lib.platforms.none;
  };
})