email: adopt upstream fix for "$cwd undefined in configure"
update to include https://github.com/deanproxy/eMail/pull/35
This commit is contained in:
parent
20f009d56d
commit
0d69547365
|
@ -2,11 +2,10 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
eMailSrc = fetchFromGitHub {
|
eMailSrc = fetchFromGitHub {
|
||||||
#awaiting acceptance of https://github.com/deanproxy/eMail/pull/29
|
owner = "deanproxy";
|
||||||
owner = "jerith666";
|
|
||||||
repo = "eMail";
|
repo = "eMail";
|
||||||
rev = "d9fd259f952b573d320916ee34e807dd3dd24b1f";
|
rev = "7d23c8f508a52bd8809e2af4290417829b6bb5ae";
|
||||||
sha256 = "0q4ly4bhlv6lrlj5kmjs491aah1afmkjyw63i9yqnz4d2k6npvl9";
|
sha256 = "1cxxzhm36civ6vjdgrk7mfmlzkih44kdii6l2xgy4r434s8rzcpn";
|
||||||
};
|
};
|
||||||
|
|
||||||
srcRoot = "eMail-${eMailSrc.rev}-src";
|
srcRoot = "eMail-${eMailSrc.rev}-src";
|
||||||
|
|
Loading…
Reference in New Issue