mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
dont bootstrap distribute in IMAPClient
This commit is contained in:
parent
ae23b39350
commit
74b63a284f
@ -5930,6 +5930,10 @@ pythonPackages = python.modules // rec {
|
|||||||
sha256 = "10alpj7074djs048xjc4j7ggd1nrqdqpy0fzl7fj9hddp0rbchs9";
|
sha256 = "10alpj7074djs048xjc4j7ggd1nrqdqpy0fzl7fj9hddp0rbchs9";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
preConfigure = ''
|
||||||
|
sed -i '/distribute_setup/d' setup.py
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://imapclient.freshfoo.com/;
|
homepage = http://imapclient.freshfoo.com/;
|
||||||
description = "Easy-to-use, Pythonic and complete IMAP client library";
|
description = "Easy-to-use, Pythonic and complete IMAP client library";
|
||||||
|
Loading…
Reference in New Issue
Block a user