cbmbasic: fix build

This commit is contained in:
Sigmanificient
2026-03-25 02:33:42 +01:00
parent a8526804aa
commit b0900bad2e
+5
View File
@@ -16,6 +16,11 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-aA/ivRap+aDd2wi6KWXam9eP/21lOn6OWTeZ4i/S9Bs=";
};
postPatch = ''
substituteInPlace cbmbasic.c \
--replace-fail "typedef unsigned char bool;" ""
'';
installPhase = ''
runHook preInstall