aewan: apply patches to fix build failures

- https://sourceforge.net/p/aewan/bugs/14/
- https://sourceforge.net/p/aewan/bugs/16/
This commit is contained in:
Clément 2025-03-22 09:57:14 +01:00
parent 162db2cd98
commit fd313f019f
No known key found for this signature in database

View File

@ -28,6 +28,18 @@ stdenv.mkDerivation rec {
# patch is in CVS diff format, add 'a/' prefix
extraPrefix = "";
})
# https://sourceforge.net/p/aewan/bugs/14/
(fetchpatch {
url = "https://sourceforge.net/p/aewan/bugs/14/attachment/aewan-1.0.01-fix-incompatible-function-pointer-types.patch";
sha256 = "sha256-NlnsOe/OCMXCrehBq20e0KOMcWt5rUv9fIvu9eoOMqw=";
})
# https://sourceforge.net/p/aewan/bugs/16/
(fetchpatch {
url = "https://sourceforge.net/p/aewan/bugs/16/attachment/implicit-function-declaration.patch";
sha256 = "sha256-RWFJRDaYoiQySkB2L09JHSX90zgIJ9q16IrPhg03Ruc=";
# patch is in CVS diff format, add 'a/' prefix
extraPrefix = "";
})
];
buildInputs = [