protobuf: default to 3.4

This commit is contained in:
Nikolay Amiantov
2017-09-08 03:40:56 +03:00
parent 721aba33b4
commit 6f7b62e038
11 changed files with 24 additions and 29 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook bison flex pkgconfig perl ];
buildInputs = [ libuuid cppunit protobuf zlib avahi libmicrohttpd python3 ];
propagatedBuildInputs = with python3Packages; [ protobuf3_2 numpy ];
propagatedBuildInputs = with python3Packages; [ protobuf numpy ];
configureFlags = [ "--enable-python-libs" ];