mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
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:
parent
162db2cd98
commit
fd313f019f
1 changed files with 12 additions and 0 deletions
|
@ -28,6 +28,18 @@ stdenv.mkDerivation rec {
|
||||||
# patch is in CVS diff format, add 'a/' prefix
|
# patch is in CVS diff format, add 'a/' prefix
|
||||||
extraPrefix = "";
|
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 = [
|
buildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue