mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03: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 New Issue
Block a user