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