pythonPackages.ntfy: add missing inputs

Additionally needs emoji, sleekxmpp, and mock to build. Also change
to request2 for py3k support.

Fixes https://hydra.nixos.org/build/33157748
This commit is contained in:
Joachim Fasting 2016-03-13 17:47:04 +01:00
parent 0a227e59ee
commit 56f8dd00b4

View file

@ -12928,7 +12928,7 @@ in modules // {
sha256 = "0yjxwisxpxy3vpnqk9nw5k3db3xx6wyf6sk1px9m94s30glcq2cc";
};
propagatedBuildInputs = with self; [ appdirs pyyaml requests dbus ];
propagatedBuildInputs = with self; [ appdirs pyyaml requests2 dbus emoji sleekxmpp mock ];
meta = {
description = "A utility for sending notifications, on demand and when commands finish";