Merge pull request #17606 from jerith666/email-cwd

email: adopt upstream fix for "$cwd undefined in configure"
This commit is contained in:
Robin Gloster 2016-08-09 06:00:08 +00:00 committed by GitHub
commit 0b8bde0b63

View file

@ -2,11 +2,10 @@
let
eMailSrc = fetchFromGitHub {
#awaiting acceptance of https://github.com/deanproxy/eMail/pull/29
owner = "jerith666";
owner = "deanproxy";
repo = "eMail";
rev = "d9fd259f952b573d320916ee34e807dd3dd24b1f";
sha256 = "0q4ly4bhlv6lrlj5kmjs491aah1afmkjyw63i9yqnz4d2k6npvl9";
rev = "7d23c8f508a52bd8809e2af4290417829b6bb5ae";
sha256 = "1cxxzhm36civ6vjdgrk7mfmlzkih44kdii6l2xgy4r434s8rzcpn";
};
srcRoot = "eMail-${eMailSrc.rev}-src";