kea: fix build on darwin

This commit is contained in:
Robert Scott 2022-10-29 17:52:53 +01:00
parent 5d916d42b0
commit 3d99938829

View file

@ -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 = [