aewan: apply patches to fix build failures

- https://sourceforge.net/p/aewan/bugs/14/
- https://sourceforge.net/p/aewan/bugs/16/

Clément fd313f01 162db2cd

+12
+12
pkgs/by-name/ae/aewan/package.nix
··· 28 # patch is in CVS diff format, add 'a/' prefix 29 extraPrefix = ""; 30 }) 31 ]; 32 33 buildInputs = [
··· 28 # patch is in CVS diff format, add 'a/' prefix 29 extraPrefix = ""; 30 }) 31 + # https://sourceforge.net/p/aewan/bugs/14/ 32 + (fetchpatch { 33 + url = "https://sourceforge.net/p/aewan/bugs/14/attachment/aewan-1.0.01-fix-incompatible-function-pointer-types.patch"; 34 + sha256 = "sha256-NlnsOe/OCMXCrehBq20e0KOMcWt5rUv9fIvu9eoOMqw="; 35 + }) 36 + # https://sourceforge.net/p/aewan/bugs/16/ 37 + (fetchpatch { 38 + url = "https://sourceforge.net/p/aewan/bugs/16/attachment/implicit-function-declaration.patch"; 39 + sha256 = "sha256-RWFJRDaYoiQySkB2L09JHSX90zgIJ9q16IrPhg03Ruc="; 40 + # patch is in CVS diff format, add 'a/' prefix 41 + extraPrefix = ""; 42 + }) 43 ]; 44 45 buildInputs = [