mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
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
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user