mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 07:31:20 +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:
parent
8fd84fcb87
commit
93bac07b38
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue