czmq: fix bad merge

9db5362270a9d54b98f76acdefdd793706da7ba3 vs. 9e211203da6386ccb811cea78a190484e55ee0e4
This commit is contained in:
Franz Pletz 2016-08-23 20:01:14 +02:00
parent 8da8aa7ddb
commit 6303b6eb1c

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";