czmq: fix bad merge

9db5362270 vs. 9e211203da
This commit is contained in:
Franz Pletz 2016-08-23 20:01:14 +02:00
parent 8da8aa7ddb
commit 6303b6eb1c
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@ stdenv.mkDerivation rec {
# Needs to be propagated for the .pc file to work
propagatedBuildInputs = [ zeromq ];
NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
meta = with stdenv.lib; {
homepage = "http://czmq.zeromq.org/";
description = "High-level C Binding for ZeroMQ";