czmq: fix build
Uses -Werror, failing with additionally enabled warnings from hardening.
This commit is contained in:
parent
8ab400988c
commit
9e211203da
@ -13,6 +13,8 @@ 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";
|
||||
|
Loading…
Reference in New Issue
Block a user