summary refs log tree commit diff
path: root/pkgs/development/libraries/protobuf
diff options
context:
space:
mode:
authorEdward Tjörnhammar <ed@cflags.cc>2017-02-26 11:03:27 +0100
committerEdward Tjörnhammar <ed@cflags.cc>2017-02-27 10:52:21 +0100
commit5e44b5e2997925ab4c5d9ba1e5880115370107c1 (patch)
tree00ffbd8ef3578e16f61fcfdfd4f5a8a32932a46b /pkgs/development/libraries/protobuf
parentfa367c2d028a4f63c4fba9fe498f55288c98cea5 (diff)
downloadnixpkgs-5e44b5e2997925ab4c5d9ba1e5880115370107c1.tar
nixpkgs-5e44b5e2997925ab4c5d9ba1e5880115370107c1.tar.gz
nixpkgs-5e44b5e2997925ab4c5d9ba1e5880115370107c1.tar.bz2
nixpkgs-5e44b5e2997925ab4c5d9ba1e5880115370107c1.tar.lz
nixpkgs-5e44b5e2997925ab4c5d9ba1e5880115370107c1.tar.xz
nixpkgs-5e44b5e2997925ab4c5d9ba1e5880115370107c1.tar.zst
nixpkgs-5e44b5e2997925ab4c5d9ba1e5880115370107c1.zip
protobuf3_2: init at 3.2
Diffstat (limited to 'pkgs/development/libraries/protobuf')
-rw-r--r--pkgs/development/libraries/protobuf/3.2.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/development/libraries/protobuf/3.2.nix b/pkgs/development/libraries/protobuf/3.2.nix
new file mode 100644
index 00000000000..338156bbdf9
--- /dev/null
+++ b/pkgs/development/libraries/protobuf/3.2.nix
@@ -0,0 +1,6 @@
+{ callPackage, lib, ... }:
+
+lib.overrideDerivation (callPackage ./generic-v3.nix {
+  version = "3.2.0";
+  sha256 = "120g0bg7ichry74allgmqnh7k0z2sdnrrfklb58b7szzn4zcdz14";
+}) (attrs: { NIX_CFLAGS_COMPILE = "-Wno-error"; })