diff --git a/pkgs/tools/networking/kea/default.nix b/pkgs/tools/networking/kea/default.nix index e03e013f9ba..466ba571528 100644 --- a/pkgs/tools/networking/kea/default.nix +++ b/pkgs/tools/networking/kea/default.nix @@ -33,6 +33,8 @@ stdenv.mkDerivation rec { postPatch = '' substituteInPlace ./src/bin/keactrl/Makefile.am --replace '@sysconfdir@' "$out/etc" + # darwin special-casing just causes trouble + substituteInPlace ./m4macros/ax_crypto.m4 --replace 'apple-darwin' 'nope' ''; outputs = [