mailutils: fix cross-compilation
Add a patch that I submitted upstream to fix cross-compilation.
This commit is contained in:
parent
a4c39a624c
commit
f7ec01ab6c
1 changed files with 6 additions and 0 deletions
|
@ -37,6 +37,12 @@ stdenv.mkDerivation rec {
|
|||
url = "http://git.savannah.gnu.org/cgit/mailutils.git/patch/?id=37713b42a501892469234b90454731d8d8b7a3e6";
|
||||
sha256 = "1mwj77nxvf4xvqf26yjs59jyksnizj0lmbymbzg4kmqynzq3zjny";
|
||||
})
|
||||
# Fix cross-compilation
|
||||
# https://lists.gnu.org/archive/html/bug-mailutils/2020-11/msg00038.html
|
||||
(fetchpatch {
|
||||
url = "https://lists.gnu.org/archive/html/bug-mailutils/2020-11/txtiNjqcNpqOk.txt";
|
||||
sha256 = "0ghzqb8qx2q8cffbvqzw19mivv7r5f16whplzhm7hdj0j2i6xf6s";
|
||||
})
|
||||
];
|
||||
|
||||
enableParallelBuilding = false;
|
||||
|
|
Loading…
Reference in a new issue