cpond: fix build on darwin

This commit is contained in:
Rafael Ieda
2026-09-17 21:24:21 -03:00
parent 4610cbd06c
commit ee98360b03

View File

@@ -22,6 +22,7 @@ stdenv.mkDerivation {
postPatch = ''
substituteInPlace Makefile \
--replace-fail "gcc" "$CC" \
--replace-fail '$(eflags)$(ncursesw_macros)' '$(eflags) $(ncursesw_macros)'
''
+ lib.optionalString stdenv.hostPlatform.isDarwin ''