dibbler: fix darwin build
This commit is contained in:
parent
6058539272
commit
6226fd05ba
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
|||||||
"--enable-resolvconf"
|
"--enable-resolvconf"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.isDarwin "-D__APPLE_USE_RFC_2292=1";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Portable DHCPv6 implementation";
|
description = "Portable DHCPv6 implementation";
|
||||||
homepage = http://www.klub.com.pl/dhcpv6/;
|
homepage = http://www.klub.com.pl/dhcpv6/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user