protobuf3_4: init at 3.4.0

This commit is contained in:
Nikolay Amiantov
2017-09-08 03:40:56 +03:00
parent 00829717e8
commit 721aba33b4
3 changed files with 13 additions and 0 deletions
@@ -0,0 +1,6 @@
{ callPackage, lib, ... }:
lib.overrideDerivation (callPackage ./generic-v3.nix {
version = "3.4.0";
sha256 = "0385j54kgr71h0cxh5vqr81qs57ack2g2k9mcdbq188v4ckjacyx";
}) (attrs: { NIX_CFLAGS_COMPILE = "-Wno-error"; })