mailutils: 3.9 -> 3.10
This commit is contained in:
parent
82a9f2331c
commit
a4c39a624c
@ -3,13 +3,12 @@
|
|||||||
, python3, gss, libmysqlclient, system-sendmail }:
|
, python3, gss, libmysqlclient, system-sendmail }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${project}-${version}";
|
pname = "mailutils";
|
||||||
project = "mailutils";
|
version = "3.10";
|
||||||
version = "3.9";
|
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/${project}/${name}.tar.xz";
|
url = "mirror://gnu/${pname}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "1g1xf2lal04nsnf1iym9n9n0wxjpqbcr9nysxpm98v4pniinqwsz";
|
sha256 = "17smrxjdgbbzbzakik30vj46q4iib85ksqhb82jr4vjp57akszh9";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -32,6 +31,12 @@ stdenv.mkDerivation rec {
|
|||||||
patches = [
|
patches = [
|
||||||
./fix-build-mb-len-max.patch
|
./fix-build-mb-len-max.patch
|
||||||
./path-to-cat.patch
|
./path-to-cat.patch
|
||||||
|
# mailquota.c:277: undefined reference to `get_size'
|
||||||
|
# https://lists.gnu.org/archive/html/bug-mailutils/2020-08/msg00002.html
|
||||||
|
(fetchpatch {
|
||||||
|
url = "http://git.savannah.gnu.org/cgit/mailutils.git/patch/?id=37713b42a501892469234b90454731d8d8b7a3e6";
|
||||||
|
sha256 = "1mwj77nxvf4xvqf26yjs59jyksnizj0lmbymbzg4kmqynzq3zjny";
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuilding = false;
|
enableParallelBuilding = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user