1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 15:41:40 +00:00

mopidy: fix zeroconf support (by depending on dbus)

Closure size increases by 1 MiB, from 480 to 481.
This commit is contained in:
Bjørn Forsman 2016-08-01 17:10:37 +02:00
parent 8fd84fcb87
commit 93bac07b38

View file

@ -22,7 +22,7 @@ pythonPackages.buildPythonApplication rec {
];
propagatedBuildInputs = with pythonPackages; [
gst-python pygobject3 pykka tornado requests2
gst-python pygobject3 pykka tornado requests2 dbus
];
# There are no tests