mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 06:57:45 +00:00
dibbler: fix darwin build
This commit is contained in:
parent
6058539272
commit
6226fd05ba
@ -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/;
|
||||
|
Loading…
Reference in New Issue
Block a user