debase: fix darwin build (#522498)

This commit is contained in:
Aleksana
2026-05-21 12:02:35 +00:00
committed by GitHub
+2
View File
@@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
# fix build with gcc15
substituteInPlace lib/Makefile \
--replace-fail './configure' './configure cf_cv_type_of_bool=bool'
sed -i '1s/^/#include <stdbool.h>/' ./lib/ncurses/include/curses.h.in
'';
patches = [