dibbler: fix darwin build

This commit is contained in:
Daiderd Jordan 2017-09-09 15:21:45 +02:00
parent 6058539272
commit 6226fd05ba
No known key found for this signature in database
GPG Key ID: D02435D05B810C96

View File

@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
"--enable-resolvconf"
];
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.isDarwin "-D__APPLE_USE_RFC_2292=1";
meta = with stdenv.lib; {
description = "Portable DHCPv6 implementation";
homepage = http://www.klub.com.pl/dhcpv6/;