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:
parent
0a227e59ee
commit
56f8dd00b4
@ -12928,7 +12928,7 @@ in modules // {
|
|||||||
sha256 = "0yjxwisxpxy3vpnqk9nw5k3db3xx6wyf6sk1px9m94s30glcq2cc";
|
sha256 = "0yjxwisxpxy3vpnqk9nw5k3db3xx6wyf6sk1px9m94s30glcq2cc";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ appdirs pyyaml requests dbus ];
|
propagatedBuildInputs = with self; [ appdirs pyyaml requests2 dbus emoji sleekxmpp mock ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A utility for sending notifications, on demand and when commands finish";
|
description = "A utility for sending notifications, on demand and when commands finish";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user